Interface PairFunction<T,K,V>
- Type Parameters:
T
- the type of the input to the functionK
- the key typeV
- the value type
- All Superinterfaces:
Function<T,
,Pair<K, V>> Operation
,Serializable
- All Known Implementing Classes:
PairValueMapper
,StreamInsertMapToPairFunction
A function that accepts an argument and produces a key-value Pair.
-
Method Summary