AndCondition

An "and" condition

For more information, look at Condition

See also

Constructors

Link copied to clipboard
constructor(conditions: MutableList<Condition>)

Functions

Link copied to clipboard
open infix override fun and(other: Condition): AndCondition
Link copied to clipboard
open operator override fun not(): OrCondition
Link copied to clipboard
open infix override fun or(other: Condition): OrCondition
Link copied to clipboard
open override fun solve(): List<String>