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