public class MapValueConverter<K,VT,VS> extends java.lang.Object implements Function1<java.util.Map.Entry<K,VT>,java.util.Map.Entry<K,VS>>
Constructor and Description |
---|
MapValueConverter(Function1<VT,VS> valueConverter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<K,VT> |
apply(java.util.Map.Entry<K,VS> 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