commons-lang icon indicating copy to clipboard operation
commons-lang copied to clipboard

Lang 1689 add optional to objectutils isempty with unpacking the optional

Open hendrixjoseph opened this issue 1 year ago • 0 comments

Note: This PR is related to #933.

Each is a different approach to adding an Optional to ObjectUtils.isEmpty. At most one should me merged.

This approach "unwraps" the optional so that the contents are checked if they are empty or not.

hendrixjoseph avatar Aug 16 '22 02:08 hendrixjoseph