public interface

CompletableTransformer

io.reactivex.CompletableTransformer

Class Overview

Convenience interface and callback used by the compose operator to turn a Completable into another Completable fluently.

Summary

Public Methods
abstract CompletableSource apply(Completable upstream)
Applies a function to the upstream Completable and returns a CompletableSource.

Public Methods

public abstract CompletableSource apply (Completable upstream)

Applies a function to the upstream Completable and returns a CompletableSource.

Parameters
upstream the upstream Completable instance
Returns
  • the transformed CompletableSource instance