ifEmpty method

Empty<T> ifEmpty(
  1. void action()
)
override

Implementation

Empty<T> ifEmpty(final void Function() action) => this.execute(action);