ifEmpty abstract method

Optional<T> ifEmpty(
  1. void ignored()
)

Implementation

Optional<T> ifEmpty(final void Function() ignored);