Closed oscarlvp closed 5 years ago
Implement an operator for the Optional type that returns Optional.empty() as suggested by @pedrorijo91 in his blog post.
Optional
Optional.empty()
Added in 6317db6 and documented in da671e5
Implement an operator for the
Optional
type that returnsOptional.empty()
as suggested by @pedrorijo91 in his blog post.