discord-jadx/app/src/main/java/com/discord/stores/StoreReadStates$sam$rx_functions_Func7$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
645 B
Java

package com.discord.stores;
import kotlin.jvm.functions.Function7;
import rx.functions.Func7;
/* compiled from: StoreReadStates.kt */
public final class StoreReadStates$sam$rx_functions_Func7$0 implements Func7 {
private final /* synthetic */ Function7 function;
public StoreReadStates$sam$rx_functions_Func7$0(Function7 function7) {
this.function = function7;
}
@Override // rx.functions.Func7
public final /* synthetic */ Object call(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6, Object obj7) {
return this.function.invoke(obj, obj2, obj3, obj4, obj5, obj6, obj7);
}
}