package com.discord.stores; import com.discord.stores.StoreSlowMode; import com.discord.utilities.permissions.PermissionUtils; import j0.k.b; /* compiled from: StoreSlowMode.kt */ public final class StoreSlowMode$getChannelCooldownObservable$newObservable$1 implements b { public final /* synthetic */ StoreSlowMode.Type $type; public StoreSlowMode$getChannelCooldownObservable$newObservable$1(StoreSlowMode.Type type) { this.$type = type; } public final Boolean call(Long l) { return Boolean.valueOf(PermissionUtils.INSTANCE.hasBypassSlowmodePermissions(l, this.$type)); } }