| Modifier and Type | Class and Description | 
|---|---|
class  | 
EvaluationCalc  | 
class  | 
EvaluationFunction  | 
class  | 
StreamInsertMapToPairFunction  | 
class  | 
StreamsScanTupleValueMapper  | 
| Modifier and Type | Method and Description | 
|---|---|
<R> Stream<R> | 
Stream.map(Function<? super T,? extends R> function)
Returns a stream consisting of the result of applying the given mapping function to the values of this stream. 
 | 
<R> PairStream<K,R> | 
PairStream.mapValues(Function<? super V,? extends R> function)
Returns a new stream by applying a  
Function to the value of each key-value pairs in this stream. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
FlatMapFunction<T,R>
A function that accepts one argument and returns an  
Iterable of elements as its result. | 
interface  | 
PairFlatMapFunction<T,K,V>
 | 
interface  | 
PairFunction<T,K,V>
A function that accepts an argument and produces a key-value Pair. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IdentityFunction<T>
A  
Function that returns the input argument itself as the result. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TupleValueMapper<T>
A generic interface for mapping a  
Tuple to typed values. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PairValueMapper<K,V>
Extracts a typed key-value pair from a tuple. 
 | 
class  | 
ValueMapper<T>
Extracts a single typed value from a tuple. 
 | 
class  | 
ValuesMapper
 | 
| Constructor and Description | 
|---|
MapProcessor(Function<T,R> function)  | 
MapValuesProcessor(Function<V,R> function)  | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.