Maps the value to P.
@override Maybe<P> flatMap<P>(Maybe<P> Function(T value) mapper) => mapper(value);