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

23 lines
850 B
Java

package com.discord.stores;
import d0.z.d.o;
import java.util.Map;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreMentions.kt */
public final class StoreMentions$observeMentionCounts$1 extends o implements Function0<Map<Long, ? extends Integer>> {
public final /* synthetic */ StoreMentions this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreMentions$observeMentionCounts$1(StoreMentions storeMentions) {
super(0);
this.this$0 = storeMentions;
}
/* Return type fixed from 'java.util.Map<java.lang.Long, java.lang.Integer>' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Map<Long, ? extends Integer> mo1invoke() {
return this.this$0.getMentionCounts();
}
}