- 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.