Package one.xingyi.fp
Interface Maps
public interface Maps
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <K,V1, V2> Map<K, V2> map(Map<K, V1> map, FunctionWithException<V1, V2> fn)
-
Method Details
-
map
- Throws:
Exception
-