FlatMap<T> extension

on
  • T?

Methods

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

Available on T?, provided by the FlatMap extension

Transforms the object using the provided function if it is not null, otherwise returns null.