Cancelable

wvlet.airframe.rx.Cancelable$
See theCancelable companion trait
object Cancelable

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(canceller: () => Unit): Cancelable
def merge(c1: => Cancelable, c2: => Cancelable): Cancelable
def merge(lst: Iterable[Cancelable]): Cancelable

Concrete fields