discord-jadx/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchModel$Com...

27 lines
1.1 KiB
Java

package com.discord.widgets.user.search;
import d0.z.d.m;
import d0.z.d.o;
import java.util.Map;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetGlobalSearchModel.kt */
public final class WidgetGlobalSearchModel$Companion$getRecentChannelIds$2 extends o implements Function1<Map.Entry<? extends Long, ? extends Long>, Long> {
public static final WidgetGlobalSearchModel$Companion$getRecentChannelIds$2 INSTANCE = new WidgetGlobalSearchModel$Companion$getRecentChannelIds$2();
public WidgetGlobalSearchModel$Companion$getRecentChannelIds$2() {
super(1);
}
public final long invoke(Map.Entry<Long, Long> entry) {
m.checkNotNullParameter(entry, "it");
return entry.getKey().longValue();
}
/* 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 // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Long invoke(Map.Entry<? extends Long, ? extends Long> entry) {
return Long.valueOf(invoke((Map.Entry<Long, Long>) entry));
}
}