Last

The opposite of the first function, last returns the last item that satisfies the predicate or throws the NoSuchElementException:

val numbers = listOf(1, 2, 3, 4, 5)
val lastEven = numbers.last { n -> n % 2 == 0 }
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.198.227