discord-jadx/app/src/main/java/com/discord/stores/StoreAuthentication$sam$rx_functions_Func2$0.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

17 lines
562 B
Java

package com.discord.stores;
import kotlin.jvm.functions.Function2;
import rx.functions.Func2;
/* compiled from: StoreAuthentication.kt */
public final class StoreAuthentication$sam$rx_functions_Func2$0 implements Func2 {
private final /* synthetic */ Function2 function;
public StoreAuthentication$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);
}
}