T - the input entity typeINNER - the type of the inner expressionpublic interface UnaryExpression<T,INNER extends Expression<T>> extends Expression<T>
Expression that has a single operand that implements
Expression.
Equality is determined by looking at inner() and
operator().
| Modifier and Type | Interface and Description |
|---|---|
static class |
UnaryExpression.Operator
The unary expression operator type.
|
| Modifier and Type | Method and Description |
|---|---|
INNER |
inner()
The inner expression that this wraps and applies a unary operator to.
|
UnaryExpression.Operator |
operator()
Returns the binary operator that this expression represents.
|
expressionTypeINNER inner()
UnaryExpression.Operator operator()
Copyright © 2019 Speedment, Inc.. All rights reserved.