reducer property

Option<T> Function(List<Option<Object>> values) reducer
final

Reduces the values of the current Pods returned by responder to a single value of type T, to update this Pod's value.

Implementation

final Option<T> Function(List<Option> values) reducer;