package c.a.a.b; import com.discord.api.channel.Channel; import com.discord.models.member.GuildMember; import com.discord.stores.StoreGuilds; import d0.t.m0; import j0.k.b; import j0.l.e.j; import rx.Observable; /* compiled from: UserActionsDialogViewModel.kt */ public final class d implements b> { 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 // j0.k.b public Observable 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); } }