observe

Undocumented in source.

Members

Aliases

CompletedFunc
alias CompletedFunc = void delegate()
Undocumented in source.
ErrorFunc
alias ErrorFunc = void delegate(Exception)
Undocumented in source.
PayloadType
alias PayloadType = ElementType
Undocumented in source.
observeRange
alias observeRange = observe
Undocumented in source.

Classes

ConcatMap
class ConcatMap(T, alias func)
Undocumented in source.
FiberSubject
class FiberSubject(E)
Undocumented in source.
Fork
class Fork(E)
Undocumented in source.
ObservableRange
class ObservableRange(R)
Undocumented in source.
Observer
class Observer(E)
Undocumented in source.
Subject
class Subject(E)
Undocumented in source.

Functions

chain
Observer!(ElementType!ObsA) chain(ObsA a, ObsB b)
Undocumented in source. Be warned that the author may not have intended to support it.
fork
Fork!(ElementType!Obs) fork(Obs o, int legs)
Undocumented in source. Be warned that the author may not have intended to support it.
observe
ObservableRange!R observe(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
zip
Observer!(Tuple!(ElementType!ObsA, ElementType!ObsB)) zip(ObsA a, ObsB b)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Subscription
struct Subscription(Observable)
Undocumented in source.

Templates

ElementType
template ElementType(R)
Undocumented in source.
concatMap
template concatMap(alias fun)
Undocumented in source.
filter
template filter(alias fun)
Undocumented in source.
foo
template foo(alias fun)
Undocumented in source.
isObservable
template isObservable(O)
Undocumented in source.
map
template map(alias fun)
Undocumented in source.
tap
template tap(alias fun)
Undocumented in source.

Meta