T - the type of datapublic interface Mapped<T>
| Modifier and Type | Method and Description |
|---|---|
<I> Mapped<I> |
map(SerializableFunction<T,I> f) |
<P> Partitioned<P,T> |
partitionBy(PartitionFunction<T,P> f) |
<R> R |
reduce(SerializableFunction<Iterable<T>,R> f) |
<P> Partitioned<P,T> partitionBy(PartitionFunction<T,P> f)
<I> Mapped<I> map(SerializableFunction<T,I> f)
<R> R reduce(SerializableFunction<Iterable<T>,R> f) throws IOException
IOExceptionCopyright © 2015. All rights reserved.