| Package | Description |
|---|---|
| com.holonplatform.core | |
| com.holonplatform.core.internal |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCollectionConstantExpression<E>
Default
CollectionConstantExpression implementation. |
Copyright © 2019 The Holon Platform. All rights reserved.