public final class SingleDoOnEvent<T> extends Object implements Single.OnSubscribe<T>
SingleDoOnEvent(Single<T> source, Action1<? super T> onSuccess, Action1<Throwable> onError)
void
call(SingleSubscriber<? super T> actual)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingleDoOnEvent(Single<T> source, Action1<? super T> onSuccess, Action1<Throwable> onError)
public void call(SingleSubscriber<? super T> actual)
call
Action1<SingleSubscriber<? super T>>
Copyright © 2018. All rights reserved.