ret property

Maybe<U> Function(T) get ret

Implementation

Maybe<U> Function(T) get ret => (v) => Just(this(v));