Hello
I want to simplify this code, is there a way to use something like “&&” ?
.doIf("#{unexpected_item_id.isUndefined()}").then(
doIf("#{po_item_id.isUndefined()}").then(
doIf("#{elect_item_id.isUndefined()}").then(
)
)
)