package com.discord.stores; import j0.k.b; import java.util.Set; /* compiled from: StoreMessages.kt */ public final class StoreMessages$observeIsDetached$1 implements b, Boolean> { public final /* synthetic */ long $channelId; public StoreMessages$observeIsDetached$1(long j) { this.$channelId = j; } public final Boolean call(Set set) { return Boolean.valueOf(set.contains(Long.valueOf(this.$channelId))); } /* 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 // j0.k.b public /* bridge */ /* synthetic */ Boolean call(Set set) { return call((Set) set); } }