Skip to content

DEICH-6102 - ind2HasOneOf simplifications

Tom Adam requested to merge DEICH-6102-mapping-improvements into DEICH-6102

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.

Merge request reports