Package rx
Interface Completable.CompletableTransformer
-
- All Superinterfaces:
Func1<Completable,Completable>
,Function
- Enclosing class:
- Completable
public static interface Completable.CompletableTransformer extends Func1<Completable,Completable>
Convenience interface and callback used by the compose operator to turn a Completable into another Completable fluently.