discord-jadx/app/src/main/java/c/a/a/b/d.java

28 lines
1006 B
Java

package c.a.a.b;
import c0.t.m0;
import com.discord.api.channel.Channel;
import com.discord.models.member.GuildMember;
import com.discord.stores.StoreGuilds;
import i0.k.b;
import i0.l.e.j;
import rx.Observable;
/* compiled from: UserActionsDialogViewModel.kt */
public final class d<T, R> implements b<Channel, Observable<? extends GuildMember>> {
public final /* synthetic */ StoreGuilds i;
public final /* synthetic */ long j;
public d(StoreGuilds storeGuilds, long j) {
this.i = storeGuilds;
this.j = j;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // i0.k.b
public Observable<? extends GuildMember> call(Channel channel) {
Channel channel2 = channel;
return channel2 != null ? this.i.observeComputed(channel2.f(), m0.setOf(Long.valueOf(this.j))).F(new c(this, channel2)) : new j(null);
}
}