public interface TupleValueMapper<T> extends Function<Tuple,T>
A generic interface for mapping a Tuple to typed values.
Tuple
apply
Copyright © 2022 The Apache Software Foundation. All rights reserved.