Setter

colibri.Cancelable.Setter
trait Setter extends Cancelable

Attributes

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

Members list

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