Package adalid.core.expressions
Class XB.BooleanExpressionBuilder.DataAggregate
- java.lang.Object
-
- adalid.core.expressions.XB.BooleanExpressionBuilder.DataAggregate
-
- Enclosing class:
- XB.BooleanExpressionBuilder
public class XB.BooleanExpressionBuilder.DataAggregate extends Object
-
-
Constructor Summary
Constructors Constructor Description DataAggregate()
-
Method Summary
-
-
-
Method Detail
-
coalesce
public BooleanDataAggregateX coalesce(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands)
-
and
public BooleanDataAggregateX and(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands)
-
nand
public BooleanDataAggregateX nand(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands)
-
or
public BooleanDataAggregateX or(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands)
-
nor
public BooleanDataAggregateX nor(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands)
-
naxor
public BooleanDataAggregateX naxor(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands)
-
naxnor
public BooleanDataAggregateX naxnor(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands)
-
norOrNaxor
public BooleanDataAggregateX norOrNaxor(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands)
-
-