| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionFunction<T,R>
This is just a SerializableFunction.
|
| Modifier and Type | Method and Description |
|---|---|
<I> Mapped<I> |
Mapped.map(SerializableFunction<T,I> f) |
<I> Mapped<I> |
Table.map(SerializableFunction<T,I> f)
Transform the data using the given function.
|
<I> Partitioned<K,I> |
Partitioned.map(SerializableFunction<T,I> f) |
<R> R |
Mapped.reduce(SerializableFunction<Iterable<T>,R> f) |
<R extends Serializable> |
Table.reduce(SerializableFunction<Iterable<T>,R> f)
Applies a function over all the data.
|
<R extends Serializable> |
Partitioned.reduce(SerializableFunction<Iterable<T>,R> f) |
Copyright © 2015. All rights reserved.