discord-jadx/app/src/main/java/j0/l/a/t1.java

24 lines
556 B
Java
Raw Normal View History

2021-11-08 18:25:28 +00:00
package j0.l.a;
2021-06-27 20:44:35 +00:00
import c.d.b.a.a;
import rx.Observable;
import rx.Subscriber;
/* compiled from: OperatorSkip */
public final class t1<T> implements Observable.b<T, T> {
2021-12-17 22:03:14 +00:00
public final int j;
2021-06-27 20:44:35 +00:00
public t1(int i) {
if (i >= 0) {
2021-12-17 22:03:14 +00:00
this.j = i;
2021-06-27 20:44:35 +00:00
return;
}
2021-11-08 18:25:28 +00:00
throw new IllegalArgumentException(a.p("n >= 0 required but it was ", i));
2021-06-27 20:44:35 +00:00
}
2021-11-08 18:25:28 +00:00
@Override // j0.k.b
2021-06-27 20:44:35 +00:00
public Object call(Object obj) {
Subscriber subscriber = (Subscriber) obj;
return new s1(this, subscriber, subscriber);
}
}