public class MapKeyConverter<KT,KS,V> extends java.lang.Object implements Function1<java.util.Map.Entry<KT,V>,java.util.Map.Entry<KS,V>>
Constructor and Description |
---|
MapKeyConverter(Function1<KT,KS> keyConverter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<KT,V> |
apply(java.util.Map.Entry<KS,V> object)
Convert an object to another type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
after, andThen, applyNonNull, applyOrDefault, fallback, fallback, from, from, nonFragile, nonFragile, nonFragileX, partial, withFallback