Field
Properties
Functions
Returns the list of field elements that satisfy the predicate. ignoring the local value.
Returns the list of field elements that satisfy the predicate. including the local value.
Returns a Map with the neighboring values of this field (namely, all values but self).
Reduce the elements of the field using the reduce function, returning the default value if the field to transform is empty. The local value is not considered.
Reduce the elements of the field using the transform function, it includes the ID of the element whenever it should be considered in the transform function, but the ID is not returned. The local value of the field is not considered. Returns the default if the field to transform is empty.
Reduce the entries of the field using the reduce function, and finally transforming them to a Result using select.
Get the maximum value of a field, including the local value.
Get the minimum value of a field, including the local value.