Package rx

Interface Completable.CompletableOperator

All Superinterfaces:
Func1<Completable.CompletableSubscriber,Completable.CompletableSubscriber>, Function
Enclosing class:
Completable

public static interface Completable.CompletableOperator extends Func1<Completable.CompletableSubscriber,Completable.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.
  • Method Summary

    Methods inherited from interface rx.functions.Func1

    call