Created an OptionalCombiner library but wanted return “this” for combining methods if any Optional parameter is empty. But couldn’t
Many attempts have been made to implement an alike library but this is my take on it. Could someone give a review? Especially on the fact that most of the combining methods returning BOTH_EMPTY or some type of empty value: https://github.com/atakanserin/OptionalCombiner/blob/main/README.md
Using nullable objects in Optional methods after covering it with ofNullable
I came across the below code: