dquery v0.1.3 (2015-07-04T22:24:23Z)
Dub
Repo
map
dquery
query
Applies a map transformation to a query using a unary template or function.
DQuery
!(
QueryType
,
QueryElements
)
map
[@property setter]
template
map
(alias Pred)
@
property
auto
map
(
QueryType
QueryElements
...
)
(
DQuery
!(
QueryType
,
QueryElements
)
query
)
if
(
QueryElements.length
== 0
)
DQuery
!(
QueryType
,
QueryElements
)
map
[@property setter]
DQuery
!(
QueryType
,
QueryElements
)
map
[@property setter]
Members
Properties
map
DQuery
!(
QueryType
,
QueryElements
)
map
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
map
DQuery
!(
QueryType
,
QueryElements
)
map
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
map
DQuery
!(
QueryType
,
QueryElements
)
map
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dquery
query
structs
DQuery
templates
all
any
each
filter
map
Applies a map transformation to a query using a unary template or function.