Searched defs:forMap (Results 1 – 1 of 1) sorted by relevance
96 public static <K, V> Function<K, V> forMap(Map<K, V> map) { in forMap() method in Functions143 public static <K, V> Function<K, V> forMap(Map<K, ? extends V> map, @Nullable V defaultValue) { in forMap() method in Functions