discord-jadx/app/src/main/java/com/discord/stores/StoreCalls$findCall$1.java

25 lines
869 B
Java

package com.discord.stores;
import com.discord.models.domain.ModelCall;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreCalls.kt */
public final class StoreCalls$findCall$1 extends o implements Function1<ModelCall, Boolean> {
public static final StoreCalls$findCall$1 INSTANCE = new StoreCalls$findCall$1();
public StoreCalls$findCall$1() {
super(1);
}
/* 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 */ Boolean invoke(ModelCall modelCall) {
return Boolean.valueOf(invoke(modelCall));
}
public final boolean invoke(ModelCall modelCall) {
return modelCall != null;
}
}