setValue

abstract fun setValue(condition: SimplifiedCondition<T>, value: Boolean)

Sets the value that isSatisfiedByValue will return to the base operands

Parameters

condition

base operand, it is assumed that the value will be set for all operands with the same hashCode

value

value to be set