Package rx.observers

Class SafeCompletableSubscriber

java.lang.Object
rx.observers.SafeCompletableSubscriber
All Implemented Interfaces:
Completable.CompletableSubscriber, Subscription

@Experimental public final class SafeCompletableSubscriber extends Object implements Completable.CompletableSubscriber, Subscription
Wraps another CompletableSubscriber and handles exceptions thrown from onError and onCompleted.
Since:
(if this graduates from Experimental/Beta to supported, replace this parenthetical with the release number)