ArmConditionAll-class: 'ArmConditionAll'

ArmConditionAll-classR Documentation

ArmConditionAll

Description

[Experimental]

ArmConditionAll combines multiple ArmCondition objects using AND logic. An arm opens only if ALL conditions in the list are satisfied.

Usage

ArmConditionAll(...)

.DefaultArmConditionAll()

Arguments

...

(ArmCondition)
arm condition objects to combine with AND logic.

Slots

condition_list

(list)
a list of ArmCondition objects to be combined with AND logic.

Note

Typically, end users will not use the .DefaultArmConditionAll() function.

See Also

ArmCondition, ArmConditionAny, ArmConditionList.


crmPack documentation built on July 5, 2026, 9:06 a.m.