public interface

CompletableOperator

io.reactivex.CompletableOperator

Class Overview

Interface to map/wrap a downstream observer to an upstream observer.

Summary

Public Methods
abstract CompletableObserver apply(CompletableObserver observer)
Applies a function to the child CompletableObserver and returns a new parent CompletableObserver.

Public Methods

public abstract CompletableObserver apply (CompletableObserver observer)

Applies a function to the child CompletableObserver and returns a new parent CompletableObserver.

Parameters
observer the child CompletableObservable instance
Returns
  • the parent CompletableObserver instance
Throws
Exception on failure