Match the aggregate functions with their descriptions:
Aggregate operations on collections
Match functions and results
Report a typo
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
___
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.