discord-jadx/app/src/main/java/com/discord/stores/StoreNotices$noticeQueue$3.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

17 lines
582 B
Java

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$3 extends o implements Function1<StoreNotices.Notice, Comparable<?>> {
public static final StoreNotices$noticeQueue$3 INSTANCE = new StoreNotices$noticeQueue$3();
public StoreNotices$noticeQueue$3() {
super(1);
}
public final Comparable<?> invoke(StoreNotices.Notice notice) {
return Long.valueOf(notice.getRequestedShowTimestamp());
}
}