Package one.xingyi.fp

Interface Maps


public interface Maps
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <K, V1, V2> Map<K,V2>
    map(Map<K,V1> map, FunctionWithException<V1,V2> fn)