Class

Boolean Logic

Abstract intermediate for n-ary boolean composition (And, Or). Both subclasses short-circuit — And stops on the first non- true operand; Or stops on the first true operand.

Subclass Of
Expression

Referenced by

Domain

Subclass Of