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

18 lines
335 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.n0;
2021-06-27 20:44:35 +00:00
import rx.functions.Action0;
/* compiled from: OperatorBufferWithTime */
public class o0 implements Action0 {
2021-12-17 22:03:14 +00:00
public final /* synthetic */ n0.b j;
2021-06-27 20:44:35 +00:00
public o0(n0.b bVar) {
2021-12-17 22:03:14 +00:00
this.j = bVar;
2021-06-27 20:44:35 +00:00
}
@Override // rx.functions.Action0
public void call() {
2021-12-17 22:03:14 +00:00
this.j.a();
2021-06-27 20:44:35 +00:00
}
}