LazyCollection

Lazy entity collection loader.

Alias This

get

Members

Aliases

delegate_t
alias delegate_t = Object[] delegate()
Undocumented in source.

Functions

get
T[] get()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
T[] opAssign(T[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
LazyCollection!T opAssign(LazyCollection!T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(delegate_t lazyLoader)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
T[] opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
TT opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

loaded
bool loaded [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta