filterList

inline fun <E> Optional<List<E>>.filterList(mapper: (E) -> Boolean): Optional<List<E>>(source)