package com.discord.stores; import com.discord.models.domain.ModelReadState; import d0.z.d.m; import d0.z.d.o; import java.util.HashSet; import kotlin.jvm.functions.Function1; /* compiled from: StoreMentions.kt */ public final class StoreMentions$handleConnectionOpen$3 extends o implements Function1 { public final /* synthetic */ HashSet $newReadStateChannelIds; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreMentions$handleConnectionOpen$3(HashSet hashSet) { super(1); this.$newReadStateChannelIds = hashSet; } /* 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(ModelReadState modelReadState) { return Boolean.valueOf(invoke(modelReadState)); } public final boolean invoke(ModelReadState modelReadState) { m.checkNotNullParameter(modelReadState, "readState"); return this.$newReadStateChannelIds.contains(Long.valueOf(modelReadState.getChannelId())); } }