T - the input entity typeV - the resulting typepublic interface ConstantExpression<T,V> extends Expression<T>
Expression that always returns the same value, regardless
of the input.
Equality is determined by looking at the value().
| Modifier and Type | Method and Description |
|---|---|
V |
value()
Returns the constant value of this expression.
|
expressionTypeV value()
Copyright © 2019 Speedment, Inc.. All rights reserved.