Match functions and results

Report a typo

Match the aggregate functions with their descriptions:

Match the items from left and right columns
minOrNull()
minOfWithOrNull()
minByOrNull()
minWithOrNull()
minOfOrNull()
With a selector function, returns the element with the smallest value
Returns the smallest element of the collection or null on an empty collection
Returns the smallest selector return value according to the comparator
Returns the smallest element according to the comparator
With a selector function, returns the smallest return value of the selector itself
___

Create a free account to access the full topic