mP1/walkingkooka-tree

ExpressionFunctionParameter.get should return Optional<Optional<T>> currently Optional<T>

Closed this issue · 0 comments

mP1 commented

The double Optional wrapper will support null values being represented by an Optional.of(Optional.empty)). Currently its not possible differentiate between an absent value and a a value of null as both become Optional#empty.