Setter

trait Setter extends Cancelable
class Object
trait Matchable
class Any
class Builder
class Variable

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]
Inherited from:
Cancelable
final def cancelIO: IO[Unit]
Inherited from:
Cancelable
final def cancelSyncIO: SyncIO[Unit]
Inherited from:
Cancelable
def isEmpty(): Boolean
Inherited from:
Cancelable
def unsafeCancel(): Unit
Inherited from:
Cancelable

Deprecated and Inherited methods

final def cancel(): Unit
Deprecated
Inherited from:
Cancelable