Package | Description |
---|---|
org.apache.crunch.lambda |
Alternative Crunch API using Java 8 features to allow construction of pipelines using lambda functions and method
references.
|
Modifier and Type | Method and Description |
---|---|
default <C> LTable<K,C> |
LGroupedTable.collectValues(SSupplier<C> emptySupplier,
SBiConsumer<C,V> addFn,
PType<C> pType)
Collect the values into an aggregate type.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.