Interface | Description |
---|---|
TupleValueMapper<T> |
A generic interface for mapping a
Tuple to typed values. |
Class | Description |
---|---|
PairValueMapper<K,V> |
Extracts a typed key-value pair from a tuple.
|
TupleValueMappers |
Factory for constructing typed tuples from a
Tuple based on indicies. |
ValueMapper<T> |
Extracts a single typed value from a tuple.
|
ValuesMapper |
Copyright © 2022 The Apache Software Foundation. All rights reserved.