Skip to contents

[Experimental]

Combines two ArmCondition objects with OR logic using the | operator. This creates an ArmConditionAny object.

Usage

# S4 method for class 'ArmCondition,ArmCondition'
e1 | e2

Arguments

e1

(ArmCondition)
the first arm condition object.

e2

(ArmCondition)
the second arm condition object.

Value

An ArmConditionAny object combining e1 and e2.