Match functions and results

Report a typo

Match the aggregate functions with their descriptions:

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

Create a free account to access the full topic