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

19 lines
379 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
2021-11-08 18:25:28 +00:00
import j0.l.a.h2;
2021-06-27 20:44:35 +00:00
import rx.Producer;
2022-03-02 20:59:20 +00:00
/* compiled from: OperatorTakeUntilPredicate.java */
/* loaded from: classes3.dex */
2021-06-27 20:44:35 +00:00
public class g2 implements Producer {
2021-12-17 22:03:14 +00:00
public final /* synthetic */ h2.a j;
2021-06-27 20:44:35 +00:00
public g2(h2 h2Var, h2.a aVar) {
2021-12-17 22:03:14 +00:00
this.j = aVar;
2021-06-27 20:44:35 +00:00
}
@Override // rx.Producer
public void j(long j) {
2021-12-17 22:03:14 +00:00
this.j.request(j);
2021-06-27 20:44:35 +00:00
}
}