T
- the value typepublic final class OperatorDoAfterTerminate<T> extends Object implements Observable.Operator<T,T>
onComplete
or onError
.
See also the MSDN Observable.Finally method
Constructor and Description |
---|
OperatorDoAfterTerminate(Action0 action) |
Modifier and Type | Method and Description |
---|---|
Subscriber<? super T> |
call(Subscriber<? super T> child) |
public OperatorDoAfterTerminate(Action0 action)
public Subscriber<? super T> call(Subscriber<? super T> child)
call
in interface Func1<Subscriber<? super T>,Subscriber<? super T>>
Copyright © 2017. All rights reserved.