Interface CancellableSubscriber<T>

All Superinterfaces:
Cancellable, Flow.Subscriber<T>, MultiSubscriber<T>
All Known Implementing Classes:
Subscribers.CallbackBasedSubscriber

public interface CancellableSubscriber<T> extends MultiSubscriber<T>, Cancellable