@groovy.transform.CompileStatic class RxCollectionUtils extends java.lang.Object
Utility methods for RxCollections
Constructor and description |
---|
RxCollectionUtils
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static java.util.Collection |
createConcreteCollection(Association association, java.io.Serializable foreignKey, QueryState queryState) Creates a concrete collection for the given association |
|
static java.util.Collection |
createConcreteCollection(Association association, Query initializerQuery, QueryState queryState) Creates a concrete collection for the given association |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates a concrete collection for the given association @return
association
- The associationforeignKey
- The foreign keyCreates a concrete collection for the given association @return
association
- The associationinitializerQuery
- The query that initializes the collection