ConcatMap

Undocumented in source.

Constructors

this
this(SubscribeFunc sFunc)
Undocumented in source.

Members

Aliases

AppliedReturnType
alias AppliedReturnType = typeof(func(T.init))
Undocumented in source.
E
alias E = ElementType!(AppliedReturnType)
Undocumented in source.
NextFunc
alias NextFunc = void delegate(E)
Undocumented in source.
Sub
alias Sub = Subscription!(ConcatMap!(T, func))
Undocumented in source.
SubscribeFunc
alias SubscribeFunc = void delegate(ConcatMap!(T, func))
Undocumented in source.

Functions

dispose
void dispose(Sub s)
Undocumented in source. Be warned that the author may not have intended to support it.
onCompleted
void onCompleted()
Undocumented in source. Be warned that the author may not have intended to support it.
onError
void onError(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
onNext
void onNext(T e)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
Sub subscribe(NextFunc onNext, ErrorFunc onError, CompletedFunc onCompleted)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta