Interface Cancellable

All Known Subinterfaces:
CancellableSubscriber<T>, UniSubscription
All Known Implementing Classes:
Subscribers.CallbackBasedSubscriber, UniSerializedSubscriber

public interface Cancellable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Runs the cancellation action.
  • Method Details

    • cancel

      void cancel()
      Runs the cancellation action.