discord-jadx/app/src/main/java/com/discord/stores/StoreAuthentication$observe...

12 lines
399 B
Java

package com.discord.stores;
import j0.k.b;
/* compiled from: StoreAuthentication.kt */
public final class StoreAuthentication$observeIsAuthed$1<T, R> implements b<String, Boolean> {
public static final StoreAuthentication$observeIsAuthed$1 INSTANCE = new StoreAuthentication$observeIsAuthed$1();
public final Boolean call(String str) {
return Boolean.valueOf(str != null);
}
}