toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
lastNotNull
last
Not
Null
fun
<
T
>
Iterable
<
T
?
>
.
lastNotNull
(
)
:
T
fun
<
T
>
List
<
T
?
>
.
lastNotNull
(
)
:
T
Returns the last element which is not null.
Throws
No
Such
Element
Exception
if there are no elements or all elements are null.