package com.discord.stores; import com.discord.api.channel.Channel; import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: StoreCalls.kt */ public final class StoreCalls$call$3 extends o implements Function1 { public static final StoreCalls$call$3 INSTANCE = new StoreCalls$call$3(); public StoreCalls$call$3() { 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(Channel channel) { return Boolean.valueOf(invoke(channel)); } public final boolean invoke(Channel channel) { return channel != null; } }