Functions
Link copied to clipboard
Check if two or more fields are aligned, throwing an IllegalStateException otherwise.
Link copied to clipboard
Link copied to clipboard
inline fun <ID : Any, T> Field<ID, T>.hoodWithId(default: T, crossinline transform: (Pair<ID, T>, Pair<ID, T>) -> Pair<ID, T>): T
Reduce the elements of the field using the transform function, returning the default value if the field to transform is empty. The local value is not considered.