BooleanCancelableF

trait BooleanCancelableF[F[_]] extends CancelableF[F]

Represents a CancelableF that can be queried for the canceled status.

Represents a CancelableF that can be queried for the canceled status.

See also

monix.execution.cancelables.BooleanCancelable for the simpler, side-effecting version.

Companion
object
trait CancelableF[F]
class Object
trait Matchable
class Any
trait Bool[F]
trait Multi[F]

Value members

Abstract methods

def isCanceled: F[Boolean]
Returns

true in case this cancelable hasn't been canceled, or false otherwise.

Inherited methods

def cancel: CancelToken[F]
Inherited from
CancelableF