| Package | Description |
|---|---|
| com.holonplatform.core |
| Modifier and Type | Method and Description |
|---|---|
static <T> CollectionConstantExpression<T> |
CollectionConstantExpression.create(Collection<? extends T> values)
Create a
CollectionConstantExpression which represents a collection of constant values. |
static <T> CollectionConstantExpression<T> |
CollectionConstantExpression.create(T... values)
Create a
CollectionConstantExpression which represents a collection of constant values. |
static <T> CollectionConstantExpression<T> |
CollectionConstantExpression.create(TypedExpression<T> expression,
Collection<? extends T> values)
Create a
CollectionConstantExpression which represents a collection of constant values, using given
expression to inherit an ExpressionValueConverter, if available. |
static <T> CollectionConstantExpression<T> |
CollectionConstantExpression.create(TypedExpression<T> expression,
T... values)
Create a
CollectionConstantExpression which represents a collection of constant values, using given
expression to inherit an ExpressionValueConverter, if available. |
Copyright © 2019 The Holon Platform. All rights reserved.