package com.discord.stores; import java.util.Set; import kotlin.Pair; import rx.functions.Func2; /* compiled from: StoreMessageAck.kt */ public final class StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$2 implements Func2, ? extends Set>, Set, Pair, ? extends Set>> { public static final StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$2 INSTANCE = new StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$2(); /* 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, java.lang.Object] */ @Override // rx.functions.Func2 public /* bridge */ /* synthetic */ Pair, ? extends Set> call(Pair, ? extends Set> pair, Set set) { return call((Pair, ? extends Set>) pair, (Set) set); } public final Pair, Set> call(Pair, ? extends Set> pair, Set set) { return new Pair<>(pair.getSecond(), set); } }