mapList

inline fun <E, T> Optional<List<E>>.mapList(mapper: (E) -> T): Optional<List<T>>(source)