Calls the consumer if the wrapped value is present.
consumer
@override Maybe<T> ifPresent(void Function(T value) consumer) { consumer(value); return this; }