package com.discord.stores; import com.discord.stores.StoreNotices; import d0.z.d.o; import kotlin.jvm.functions.Function1; /* compiled from: StoreNotices.kt */ public final class StoreNotices$noticeQueue$1 extends o implements Function1> { public static final StoreNotices$noticeQueue$1 INSTANCE = new StoreNotices$noticeQueue$1(); public StoreNotices$noticeQueue$1() { super(1); } public final Comparable invoke(StoreNotices.Notice notice) { return Boolean.valueOf(notice instanceof StoreNotices.PassiveNotice); } }