Not

data class Not<out T : Any>(operand: BooleanExpression<T>) : BooleanExpression<T>

Functions

simplify
Link copied to clipboard
common
open override fun simplify(): BooleanExpression<T>
This is not super well defined but works well enough for our simple use cases

Properties

operand
Link copied to clipboard
common
val operand: BooleanExpression<T>