discord-jadx/app/src/main/java/com/discord/stores/StoreGatewayConnection$sam$rx_functions_Func5$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
628 B
Java

package com.discord.stores;
import kotlin.jvm.functions.Function5;
import rx.functions.Func5;
/* compiled from: StoreGatewayConnection.kt */
public final class StoreGatewayConnection$sam$rx_functions_Func5$0 implements Func5 {
private final /* synthetic */ Function5 function;
public StoreGatewayConnection$sam$rx_functions_Func5$0(Function5 function5) {
this.function = function5;
}
@Override // rx.functions.Func5
public final /* synthetic */ Object call(Object obj, Object obj2, Object obj3, Object obj4, Object obj5) {
return this.function.invoke(obj, obj2, obj3, obj4, obj5);
}
}