Skip to contents

[Experimental]

Combines two ArmCondition objects with AND logic using the & operator. This creates an ArmConditionAll 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 ArmConditionAll object combining e1 and e2.