Interface Partition<T>
- Type Parameters:
- T- the type of element
- All Superinterfaces:
- Queryable<T>
Represents partition
- Since:
- 4.0.0
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.groovy.ginq.provider.collection.runtime.QueryableQueryable.Order<T,U extends Comparable<? super U>> 
- 
Field SummaryFieldsFields inherited from interface org.apache.groovy.ginq.provider.collection.runtime.QueryableEMPTY_QUERYABLE, NULL
- 
Method SummaryStatic MethodsMethods inherited from interface org.apache.groovy.ginq.provider.collection.runtime.Queryableagg, avg, count, count, crossJoin, distinct, exists, fullHashJoin, fullJoin, groupBy, groupBy, innerHashJoin, innerJoin, intersect, leftHashJoin, leftJoin, limit, limit, list, max, median, min, minus, orderBy, orderBy, over, rightHashJoin, rightJoin, select, size, stdev, stdevp, stream, sum, toList, union, unionAll, var, varp, where
- 
Field Details- 
EMPTY_PARTITIONRepresents the empty Partition instance- Since:
- 4.0.0
 
 
- 
- 
Method Details- 
ofFactory method to createPartitioninstance- Type Parameters:
- T- the type of element
- Parameters:
- listWithIndex- the list with index
- Returns:
- the Partitioninstance
- Since:
- 4.0.0
 
- 
emptyPartitionReturns the empty Partition instance- Type Parameters:
- T- the type of element
- Returns:
- the empty Partition instance
- Since:
- 4.0.0
 
 
-