package com.discord.stores; import com.discord.api.channel.Channel; import d0.z.d.k; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$lazyChannelMembersStore$1 extends k implements Function1 { public StoreStream$lazyChannelMembersStore$1(StoreChannels storeChannels) { super(1, storeChannels, StoreChannels.class, "getChannel", "getChannel(J)Lcom/discord/api/channel/Channel;", 0); } public final Channel invoke(long j) { return ((StoreChannels) this.receiver).getChannel(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 // kotlin.jvm.functions.Function1 public /* bridge */ /* synthetic */ Channel invoke(Long l) { return invoke(l.longValue()); } }