tap

Undocumented in source.
template tap(alias fun)
tap
(
Obs
)
(
Obs o
)
if (
isObservable!Obs &&
is(typeof(func(ElementType!(Obs).init)) : void)
)

Members

Aliases

func
alias func = unaryFun!fun
Undocumented in source.

Functions

tap
auto tap(Obs o)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta