package com.discord.stores; import com.discord.api.channel.Channel; import com.discord.api.voice.state.VoiceState; import java.util.Map; import kotlin.Pair; import rx.functions.Func2; /* compiled from: StoreCalls.kt */ public final class StoreCalls$call$4 implements Func2, Pair>> { public static final StoreCalls$call$4 INSTANCE = new StoreCalls$call$4(); /* 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> call(Channel channel, Map map) { return call(channel, (Map) map); } public final Pair> call(Channel channel, Map map) { return new Pair<>(channel, map); } }