discord-jadx/app/src/main/java/com/discord/stores/StoreGuildIntegrations$get$...

18 lines
673 B
Java

package com.discord.stores;
import com.discord.models.domain.ModelGuildIntegration;
import j0.k.b;
import java.util.Map;
/* compiled from: StoreGuildIntegrations.kt */
public final class StoreGuildIntegrations$get$1<T, R> implements b<Map<Long, ? extends Map<Long, ? extends ModelGuildIntegration>>, Map<Long, ? extends ModelGuildIntegration>> {
public final /* synthetic */ long $guildId;
public StoreGuildIntegrations$get$1(long j) {
this.$guildId = j;
}
public final Map<Long, ModelGuildIntegration> call(Map<Long, ? extends Map<Long, ? extends ModelGuildIntegration>> map) {
return (Map) map.get(Long.valueOf(this.$guildId));
}
}