discord-jadx/app/src/main/java/j0/o/i.java
2021-07-24 04:37:17 +02:00

16 lines
530 B
Java

package j0.o;
import j0.k.b;
import java.util.Objects;
import rx.functions.Action0;
/* compiled from: RxJavaHooks */
public final class i implements b<Action0, Action0> {
/* 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] */
@Override // j0.k.b
public Action0 call(Action0 action0) {
Action0 action02 = action0;
Objects.requireNonNull(o.a.e());
return action02;
}
}