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

24 lines
552 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.n.e;
import j0.r.a;
2021-06-27 20:44:35 +00:00
import rx.Observable;
import rx.Subscriber;
import rx.functions.Action0;
2022-03-02 20:59:20 +00:00
/* compiled from: OperatorDoOnUnsubscribe.java */
/* loaded from: classes3.dex */
2021-06-27 20:44:35 +00:00
public class w0<T> implements Observable.b<T, T> {
2021-12-17 22:03:14 +00:00
public final Action0 j;
2021-06-27 20:44:35 +00:00
public w0(Action0 action0) {
2021-12-17 22:03:14 +00:00
this.j = action0;
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;
2021-12-17 22:03:14 +00:00
subscriber.add(new a(this.j));
2021-06-27 20:44:35 +00:00
return new e(subscriber, subscriber);
}
}