Base operations on Fields.
Check if two or more fields are aligned, throwing an IllegalStateException otherwise.
Folds the elements of a field starting with an initial through a transform function. The local value is not considered, unless explicitly passed as initial.
Reduce the elements of the field using the transform function. The local value is not considered, unless explicitly passed as default.