Package rx.internal.operators
Class SingleDoAfterTerminate<T>
- java.lang.Object
-
- rx.internal.operators.SingleDoAfterTerminate<T>
-
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
Action
,Action1<SingleSubscriber<? super T>>
,Function
,Single.OnSubscribe<T>
public final class SingleDoAfterTerminate<T> extends java.lang.Object implements Single.OnSubscribe<T>
Execute an action after onSuccess or onError has been delivered.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
SingleDoAfterTerminate.SingleDoAfterTerminateSubscriber<T>
-
Constructor Summary
Constructors Constructor Description SingleDoAfterTerminate(Single<T> source, Action0 action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(SingleSubscriber<? super T> t)
-