discord-jadx/app/src/main/java/com/discord/stores/StoreMessageAck$observeActi...

22 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreThreadsActiveJoined;
import j0.k.b;
import java.util.Map;
import java.util.Set;
/* compiled from: StoreMessageAck.kt */
public final class StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$1<T, R> implements b<Map<Long, ? extends StoreThreadsActiveJoined.ActiveJoinedThread>, Set<? extends Long>> {
public static final StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$1 INSTANCE = new StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$1();
/* 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 /* bridge */ /* synthetic */ Set<? extends Long> call(Map<Long, ? extends StoreThreadsActiveJoined.ActiveJoinedThread> map) {
return call((Map<Long, StoreThreadsActiveJoined.ActiveJoinedThread>) map);
}
public final Set<Long> call(Map<Long, StoreThreadsActiveJoined.ActiveJoinedThread> map) {
return map.keySet();
}
}