|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinaryOperator | |
|---|---|
| org.ujoframework.criterion | Package for the UJO Criterion. |
| Uses of BinaryOperator in org.ujoframework.criterion |
|---|
| Methods in org.ujoframework.criterion that return BinaryOperator | |
|---|---|
BinaryOperator |
BinaryCriterion.getOperator()
Returns an operator |
static BinaryOperator |
BinaryOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BinaryOperator[] |
BinaryOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.ujoframework.criterion with parameters of type BinaryOperator | |
|---|---|
Criterion<UJO> |
Criterion.join(BinaryOperator operator,
Criterion<UJO> criterion)
|
| Constructors in org.ujoframework.criterion with parameters of type BinaryOperator | |
|---|---|
BinaryCriterion(Criterion<UJO> criterion1,
BinaryOperator operator,
Criterion<UJO> criterion2)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||