public class Collect extends APIObject
| Constructor and Description |
|---|
Collect(CollectExpression ce) |
| Modifier and Type | Method and Description |
|---|---|
<T> DomainObjectMatch<T> |
AS(Class<T> domainObjectType)
Return the collect result as a DomainObjectMatch of specified typ
(it represents a set of objects of that type).
|
public Collect(CollectExpression ce)
public <T> DomainObjectMatch<T> AS(Class<T> domainObjectType)
domainObjectType - Copyright © 2016. All rights reserved.