Package | Description |
---|---|
com.holonplatform.core | |
com.holonplatform.core.property |
Modifier and Type | Method and Description |
---|---|
default Optional<CollectionExpression<?,?>> |
TypedExpression.isCollectionExpression()
Checks if this expression is a
CollectionExpression . |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionPathProperty<E,C extends Collection<E>>
A
CollectionProperty type PathProperty . |
interface |
ListPathProperty<T>
A
CollectionPathProperty which uses a List as concrete collection type. |
static interface |
ListPathProperty.ListPathPropertyBuilder<T>
ListPathProperty builder. |
interface |
SetPathProperty<T>
A
CollectionPathProperty which uses a Set as concrete collection type. |
static interface |
SetPathProperty.SetPathPropertyBuilder<T>
SetPathProperty builder. |
Copyright © 2019 The Holon Platform. All rights reserved.