public class MapToFunction<K,V> extends Object implements Function<K,V>
MapToFunction(Map<K,V> converter)
V
apply(K t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public MapToFunction(Map<K,V> converter)
public V apply(K t)
apply
Function<K,V>
Copyright © 2022 vpc open source initiative. All rights reserved.