public class ValuesMapper extends Object implements TupleValueMapper<Values>
Constructor and Description |
---|
ValuesMapper(int... indices)
Constructs a new
ValuesMapper that extracts value from a Tuple at specified indices. |
Modifier and Type | Method and Description |
---|---|
Values |
apply(Tuple input)
Applies this function to the given argument.
|
public ValuesMapper(int... indices)
Constructs a new ValuesMapper
that extracts value from a Tuple
at specified indices.
indices
- the indicesCopyright © 2022 The Apache Software Foundation. All rights reserved.