PlutoAggregateFilter typedef

PlutoAggregateFilter = bool Function(PlutoCell)

Returns whether to be filtered according to the value of PlutoCell.value.

Implementation

typedef PlutoAggregateFilter = bool Function(PlutoCell);