- All Superinterfaces:
- Func1<CompletableSubscriber,CompletableSubscriber>, Function
- Enclosing class:
- Completable
public static interface Completable.Operator
extends Func1<CompletableSubscriber,CompletableSubscriber>
Convenience interface and callback used by the lift operator that given a child CompletableSubscriber,
return a parent CompletableSubscriber that does any kind of lifecycle-related transformations.