package com.discord.stores; import kotlin.jvm.functions.Function2; import rx.functions.Func2; /* compiled from: StoreAudioManager.kt */ public final class StoreAudioManager$sam$rx_functions_Func2$0 implements Func2 { private final /* synthetic */ Function2 function; public StoreAudioManager$sam$rx_functions_Func2$0(Function2 function2) { this.function = function2; } @Override // rx.functions.Func2 public final /* synthetic */ Object call(Object obj, Object obj2) { return this.function.invoke(obj, obj2); } }