package j0.l.a; import j0.k.b; import rx.functions.Func2; /* compiled from: OperatorSkipWhile */ public final class v1 implements Func2 { public final /* synthetic */ b i; public v1(b bVar) { this.i = bVar; } /* 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, java.lang.Object] */ @Override // rx.functions.Func2 public Boolean call(Object obj, Integer num) { return (Boolean) this.i.call(obj); } }