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