AllOf

data class AllOf(val conditions: List<UnlockCondition>) : UnlockCondition

Tool unlocks when all conditions are met.

Constructors

Link copied to clipboard
constructor(vararg conditions: UnlockCondition)
constructor(conditions: List<UnlockCondition>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun isSatisfied(context: PlaybookContext): Boolean

Evaluate whether this condition is met given the current context.