Package rx
Interface AsyncEmitter.Cancellable
- Enclosing interface:
AsyncEmitter<T>
public static interface AsyncEmitter.Cancellable
A functional interface that has a single close method
that can throw.
-
Method Summary
-
Method Details
-
cancel
Cancel the action or free a resource.- Throws:
Exception
- on error
-