menu
rethink_db_ns package
documentation
rethink_db_ns.dart
RqlQuery
reduce method
reduce method
dark_mode
light_mode
reduce
method
Reduce
reduce
(
dynamic
reductionFunction
, [
dynamic
base
])
Implementation
Reduce reduce(reductionFunction, [base]) => Reduce(this, _funcWrap(reductionFunction, 2), base);
rethink_db_ns package
documentation
rethink_db_ns
RqlQuery
reduce method
RqlQuery class