FlatMap<T> extension

on
  • T?

Methods

flatMap<E>(E? f(T value)) → E?