observe v0.0.1 (2015-06-27T08:05:45Z)
Dub
Repo
tap
observe
Undocumented in source.
template
tap
(alias fun)
auto
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
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