findLast

open fun <E> findLast(@NonNull collection: Collection<E>, @NonNull filter: (E) -> Boolean): E

Find the last element which passes the filter

Return

Element if found, otherwise null