| Package | Description |
|---|---|
| com.holonplatform.core |
| Modifier and Type | Method and Description |
|---|---|
static <T> NullExpression<T> |
NullExpression.create(Class<? extends T> type)
Create a new
NullExpression instance. |
static <T> NullExpression<T> |
NullExpression.create(TypedExpression<T> expression)
Create a new
NullExpression instance, using given expression to inherit an
ExpressionValueConverter, if available. |
Copyright © 2019 The Holon Platform. All rights reserved.