discord-jadx/app/src/main/java/com/discord/stores/StoreReadStates$computeUnre...

31 lines
1.4 KiB
Java

package com.discord.stores;
import d0.z.d.o;
import java.util.Set;
import kotlin.Pair;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreReadStates.kt */
public final class StoreReadStates$computeUnreadChannelIds$2 extends o implements Function1<Pair<? extends Set<? extends Long>, ? extends Set<? extends Long>>, Unit> {
public final /* synthetic */ StoreReadStates this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreReadStates$computeUnreadChannelIds$2(StoreReadStates storeReadStates) {
super(1);
this.this$0 = storeReadStates;
}
/* 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 */ Unit invoke(Pair<? extends Set<? extends Long>, ? extends Set<? extends Long>> pair) {
invoke((Pair<? extends Set<Long>, ? extends Set<Long>>) pair);
return Unit.a;
}
public final void invoke(Pair<? extends Set<Long>, ? extends Set<Long>> pair) {
StoreReadStates.access$getUnreadChannelIds$p(this.this$0).j.onNext((Set) pair.component1());
StoreReadStates.access$getUnreadGuildIds$p(this.this$0).j.onNext((Set) pair.component2());
}
}