Package adalid.core.expressions
Class XB.BooleanExpressionBuilder.DataAggregate
java.lang.Object
adalid.core.expressions.XB.BooleanExpressionBuilder.DataAggregate
- Enclosing class:
XB.BooleanExpressionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands) coalesce(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands) nand(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands) naxnor(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands) naxor(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands) nor(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands) norOrNaxor(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands) or(BooleanExpression operand1, BooleanExpression operand2, BooleanExpression... extraOperands)
-
Constructor Details
-
DataAggregate
public DataAggregate()
-
-
Method Details
-
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)
-