Interface AggregateColumnSource.AggregateColumnSourceConstructor
- Enclosing interface:
- AggregateColumnSource<DB_ARRAY_TYPE extends DbArrayBase,COMPONENT_TYPE>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AggregateColumnSource.AggregateColumnSourceConstructor
-
Method Summary
Modifier and Type Method Description AggregateColumnSource<?,?>
create(ColumnSource<?> aggregatedSource, ColumnSource<? extends ReadOnlyIndex> indexSource, boolean immutable)
-
Method Details
-
create
AggregateColumnSource<?,?> create(ColumnSource<?> aggregatedSource, ColumnSource<? extends ReadOnlyIndex> indexSource, boolean immutable)
-