discord-jadx/app/src/main/java/com/discord/stores/StoreStream$lazyChannelMemb...

24 lines
1.1 KiB
Java

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<Long, Presence> {
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());
}
}