discord-jadx/app/src/main/java/com/discord/stores/StoreMentions$observeTotalM...

21 lines
822 B
Java

package com.discord.stores;
import d0.t.u;
import j0.k.b;
import java.util.Map;
/* compiled from: StoreMentions.kt */
public final class StoreMentions$observeTotalMentions$1<T, R> implements b<Map<Long, ? extends Integer>, Integer> {
public static final StoreMentions$observeTotalMentions$1 INSTANCE = new StoreMentions$observeTotalMentions$1();
public final Integer call(Map<Long, Integer> map) {
return Integer.valueOf(u.sumOfInt(map.values()));
}
/* 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 */ Integer call(Map<Long, ? extends Integer> map) {
return call((Map<Long, Integer>) map);
}
}