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, ? extends Set>, 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> pair) { invoke((Pair, ? extends Set>) pair); return Unit.a; } public final void invoke(Pair, ? extends Set> 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()); } }