map

Applies a map transformation to a query using a unary template or function.

  1. DQuery!(QueryType, QueryElements) map [@property setter]
    template map(alias Pred)
    @property
    map
    (
    QueryType
    QueryElements...
    )
    (
    DQuery!(QueryType, QueryElements) query
    )
    if (
    QueryElements.length == 0
    )
  2. DQuery!(QueryType, QueryElements) map [@property setter]
  3. 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