package com.discord.stores; import d0.z.d.k; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$lazyChannelMembersStore$4 extends k implements Function1 { public StoreStream$lazyChannelMembersStore$4(StoreApplicationStreaming storeApplicationStreaming) { super(1, storeApplicationStreaming, StoreApplicationStreaming.class, "isUserStreaming", "isUserStreaming(J)Z", 0); } /* 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 // kotlin.jvm.functions.Function1 public /* bridge */ /* synthetic */ Boolean invoke(Long l) { return Boolean.valueOf(invoke(l.longValue())); } public final boolean invoke(long j) { return ((StoreApplicationStreaming) this.receiver).isUserStreaming(j); } }