| Package | Description |
|---|---|
| org.immutables.criteria.expression |
| Modifier and Type | Method and Description |
|---|---|
static Constant |
Expressions.constant(Object value) |
static Constant |
Expressions.constantOfType(Object value,
Type type) |
static Constant |
Visitors.toConstant(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Constant> |
Visitors.maybeConstant(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractExpressionVisitor.visit(Constant constant) |
V |
ExpressionVisitor.visit(Constant constant) |
A |
DebugExpressionVisitor.visit(Constant constant) |
V |
ExpressionBiVisitor.visit(Constant constant,
C context) |
Copyright © 2020 The Immutables.org authors. All rights reserved.