DEICH-6102 - ind2HasOneOf simplifications
The function was returning an Optional and its value was never used. Rewritten code to replace return type with boolean. Also eliminated some hard to read ifPresentOrElse constructs.
The function was returning an Optional and its value was never used. Rewritten code to replace return type with boolean. Also eliminated some hard to read ifPresentOrElse constructs.