Setter

colibri.Cancelable$.Setter
trait Setter extends Cancelable

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Builder
class Variable

Members list

Concise view

Value members

Abstract methods

def unsafeAdd(subscription: () => Cancelable): Unit
def unsafeAddExisting(subscription: Cancelable): Unit
def unsafeFreeze(): Unit

Inherited methods

final def cancelF[F[_] : Sync]: F[Unit]

Attributes

Inherited from:
Cancelable
final def cancelIO: IO[Unit]

Attributes

Inherited from:
Cancelable
final def cancelSyncIO: SyncIO[Unit]

Attributes

Inherited from:
Cancelable
def isEmpty(): Boolean

Attributes

Inherited from:
Cancelable
def unsafeCancel(): Unit

Attributes

Inherited from:
Cancelable

Deprecated and Inherited methods

final def cancel(): Unit

Attributes

Deprecated
true
Inherited from:
Cancelable