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

27 lines
631 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;
2021-11-08 18:25:28 +00:00
import j0.l.a.h;
2021-06-27 20:44:35 +00:00
import java.util.Objects;
import rx.Producer;
/* compiled from: OnSubscribeConcatMap */
public class g implements Producer {
public final /* synthetic */ h.c i;
public g(h hVar, h.c cVar) {
this.i = cVar;
}
@Override // rx.Producer
public void j(long j) {
h.c cVar = this.i;
Objects.requireNonNull(cVar);
int i = (j > 0 ? 1 : (j == 0 ? 0 : -1));
if (i > 0) {
cVar.l.j(j);
} else if (i < 0) {
2021-11-08 18:25:28 +00:00
throw new IllegalArgumentException(a.s("n >= 0 required but it was ", j));
2021-06-27 20:44:35 +00:00
}
}
}