Returns the first element yielding the smallest value of the given function.
The operation is terminal.
if the sequence is empty.
Warning since 1.4
Error since 1.5
Hidden since 1.6
Use minByOrNull instead.
this.minByOrNull(selector)
Thanks for your feedback!