Variable

colibri.Cancelable.Variable
class Variable extends Setter

Attributes

Graph
Supertypes
trait Setter
trait Cancelable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def isEmpty(): Boolean
def unsafeAdd(subscription: () => Cancelable): Unit
def unsafeAddExisting(subscription: Cancelable): Unit
def unsafeCancel(): 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