OrCondition

An "or" 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(): AndCondition
Link copied to clipboard
open infix override fun or(other: Condition): OrCondition
Link copied to clipboard
open override fun solve(): List<String>