Match the aggregate functions with their descriptions:
Aggregate operations on collections: part 2
Match functions and results
Report a typo
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
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.