- All Superinterfaces:
- Function<Completable,CompletableSource>
public interface CompletableTransformer
extends Function<Completable,CompletableSource>
Convenience interface and callback used by the compose operator to turn a Completable into another
Completable fluently.