Package rx
Interface AsyncEmitter.Cancellable
-
- Enclosing interface:
- AsyncEmitter<T>
public static interface AsyncEmitter.CancellableA functional interface that has a single close method that can throw.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancel the action or free a resource.
-