discord-jadx/app/src/main/java/com/discord/stores/StoreChannels$handleGuildRe...

30 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.api.channel.Channel;
import com.discord.api.guild.Guild;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreChannels.kt */
public final class StoreChannels$handleGuildRemove$2 extends o implements Function1<Channel, Boolean> {
public final /* synthetic */ Guild $guild;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreChannels$handleGuildRemove$2(Guild guild) {
super(1);
this.$guild = guild;
}
/* 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) {
m.checkNotNullParameter(channel, "thread");
return channel.f() == this.$guild.o();
}
}