public interface PairFunction<T,K,V> extends Function<T,Pair<K,V>>
A function that accepts an argument and produces a key-value Pair.
apply
Copyright © 2022 The Apache Software Foundation. All rights reserved.