2021-06-27 20:44:35 +00:00
|
|
|
package j0;
|
|
|
|
|
|
|
|
import j0.k.b;
|
|
|
|
import j0.o.l;
|
|
|
|
import rx.functions.Action1;
|
|
|
|
/* compiled from: Single */
|
|
|
|
public class h<T> {
|
|
|
|
public final a<T> a;
|
|
|
|
|
|
|
|
/* compiled from: Single */
|
|
|
|
public interface a<T> extends Action1<i<? super T>> {
|
|
|
|
}
|
|
|
|
|
|
|
|
public h(a<T> aVar) {
|
2021-07-13 20:23:20 +00:00
|
|
|
b<a, a> bVar = l.f2863c;
|
2021-06-27 20:44:35 +00:00
|
|
|
this.a = bVar != null ? bVar.call(aVar) : aVar;
|
|
|
|
}
|
|
|
|
}
|