observe v0.0.1 (2015-06-27T08:05:45Z)
Dub
Repo
Fork
observe
Undocumented in source.
class
Fork : Observer!E(
E
) {
this
(int legs, Subscriber s);
void
onCompleted
();
void
onNext
(E e);
}
Constructors
this
this
(int legs, Subscriber s)
Undocumented in source.
Members
Functions
onCompleted
void
onCompleted
()
Undocumented in source. Be warned that the author may not have intended to support it.
onNext
void
onNext
(E e)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
observe
aliases
CompletedFunc
ErrorFunc
PayloadType
observeRange
classes
ConcatMap
FiberSubject
Fork
ObservableRange
Observer
Subject
functions
chain
fork
observe
zip
structs
Subscription
templates
ElementType
concatMap
filter
foo
isObservable
map
tap