package com.discord.stores; import com.discord.models.presence.Presence; import com.discord.utilities.collections.SnowflakePartitionMap; import d0.z.d.k; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$lazyChannelMembersStore$3 extends k implements Function1 { public StoreStream$lazyChannelMembersStore$3(SnowflakePartitionMap.CopiablePartitionMap copiablePartitionMap) { super(1, copiablePartitionMap, SnowflakePartitionMap.CopiablePartitionMap.class, "get", "get(Ljava/lang/Object;)Ljava/lang/Object;", 0); } public final Presence invoke(long j) { return (Presence) ((SnowflakePartitionMap.CopiablePartitionMap) this.receiver).get(Long.valueOf(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 */ Presence invoke(Long l) { return invoke(l.longValue()); } }