Package <Unnamed>
-
Interface Summary Interface Description Cond Represents a conditional type. -
Class Summary Class Description And Represents the And type, a conditional which returns true if both left and right values are true.Bool Not Represents the Not type, a conditional which inverts the given input.Or Represents the Or type, a conditional which returns true if either value is true.