ae v0.0.2137 (2018-01-31T16:30:29Z)
Home
Dub
Repo
ChainFilter
ae
utils
meta
chain
Calls next only if pred(value) is true.
struct
ChainFilter (
alias
pred
Next
) {
Next
next
;
this
(Next next);
bool
opCall
(T v);
}
Constructors
this
this
(Next next)
Undocumented in source.
Members
Functions
opCall
bool
opCall
(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
next
Next
next
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
meta
chain
aliases
chainAll
chainFirst
functions
chainFunctor
chainIterator
structs
ChainControl
ChainFilter
ChainFunctor
ChainIterator
ChainMap
templates
chainControl
chainFilter
chainMap
Calls next only if pred(value) is true.