Packages

trait Empty[F[_]] extends CancelableF[F] with IsDummy[F]

Interface for cancelables that are empty or already canceled.

Source
CancelableF.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Empty
  2. IsDummy
  3. CancelableF
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cancel: CancelToken[F]
    Definition Classes
    CancelableF