Cancelable

colibri.Cancelable
See theCancelable companion trait
object Cancelable

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Cancelable.type

Members list

Type members

Classlikes

class Builder extends Setter

Attributes

Supertypes
trait Setter
trait Cancelable
class Object
trait Matchable
class Any
class Consecutive extends Cancelable

Attributes

Supertypes
trait Cancelable
class Object
trait Matchable
class Any
object Empty extends Cancelable

Attributes

Supertypes
trait Cancelable
class Object
trait Matchable
class Any
Self type
Empty.type
class RefCount(subscription: () => Cancelable) extends Cancelable

Attributes

Supertypes
trait Cancelable
class Object
trait Matchable
class Any
class RefCountBuilder extends Cancelable

Attributes

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

Attributes

Supertypes
trait Cancelable
class Object
trait Matchable
class Any
Known subtypes
class Builder
class Variable
class SingleOrDrop extends Cancelable

Attributes

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

Attributes

Supertypes
trait Setter
trait Cancelable
class Object
trait Matchable
class Any
object monoid extends Monoid[Cancelable]

Attributes

Supertypes
trait Monoid[Cancelable]
trait Semigroup[Cancelable]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
monoid.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply(f: () => Unit): Cancelable
def builder(): Builder
def checkIsEmpty(empty: => Boolean)(f: () => Unit): Cancelable
def composite(subscriptions: Cancelable*): Cancelable
def compositeFromIterable(subscriptions: Iterable[Cancelable]): Cancelable
def ignoreIsEmpty(f: () => Unit): Cancelable
def lift[T : CanCancel](subscription: T): Cancelable
def refCount(subscription: () => Cancelable): RefCount
def withIsEmpty(empty: => Boolean)(f: () => Unit): Cancelable
def withIsEmptyWrap(empty: => Boolean)(cancelable: Cancelable): Cancelable