discord-jadx/app/src/main/java/com/discord/utilities/colors/RepresentativeColors$observ...

23 lines
664 B
Java

package com.discord.utilities.colors;
import j0.k.b;
import java.util.Map;
/* compiled from: RepresentativeColors.kt */
/* loaded from: classes2.dex */
public final class RepresentativeColors$observeRepresentativeColor$1<T, R> implements b<Map<T, ? extends Integer>, Integer> {
public final /* synthetic */ Object $id;
public RepresentativeColors$observeRepresentativeColor$1(Object obj) {
this.$id = obj;
}
public final Integer call(Map<T, Integer> map) {
return map.get(this.$id);
}
@Override // j0.k.b
public /* bridge */ /* synthetic */ Integer call(Object obj) {
return call((Map) ((Map) obj));
}
}