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

23 lines
664 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.utilities.colors;
2021-11-08 18:25:28 +00:00
import j0.k.b;
2021-06-27 20:44:35 +00:00
import java.util.Map;
/* compiled from: RepresentativeColors.kt */
2022-03-08 21:11:21 +00:00
/* loaded from: classes2.dex */
2021-06-27 20:44:35 +00:00
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);
}
2021-11-08 18:25:28 +00:00
@Override // j0.k.b
2021-06-27 20:44:35 +00:00
public /* bridge */ /* synthetic */ Integer call(Object obj) {
return call((Map) ((Map) obj));
}
}