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

18 lines
342 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;
/* compiled from: OperatorTakeUntilPredicate */
public class g2 implements Producer {
public final /* synthetic */ h2.a i;
public g2(h2 h2Var, h2.a aVar) {
this.i = aVar;
}
@Override // rx.Producer
public void j(long j) {
this.i.request(j);
}
}