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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Cancel the action or free a resource.
-