FinalizeOperator<T> extension

on

Methods

finalize(CompleteCallback finalize) Observable<T>

Available on Observable<T>, provided by the FinalizeOperator extension

Return an Observable that mirrors this Observable, but will call a specified function when the source terminates on completion or error.