same for Optional.fromNullable(myNullableVar).fold...
# functional
p
same for Optional.fromNullable(myNullableVar).fold({ () -> }, { value -> })