Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for expressions (0.19 sec)

  1. guava/src/com/google/common/base/Functions.java

       * set. See also {@link #forMap(Map)}, which throws an exception in this case.
       *
       * <p><b>Java 8+ users:</b> you can just write the lambda expression {@code k ->
       * map.getOrDefault(k, defaultValue)} instead.
       *
       * @param map source map that determines the function behavior
       * @param defaultValue the value to return for inputs that aren't map keys
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/base/Functions.java

       * set. See also {@link #forMap(Map)}, which throws an exception in this case.
       *
       * <p><b>Java 8+ users:</b> you can just write the lambda expression {@code k ->
       * map.getOrDefault(k, defaultValue)} instead.
       *
       * @param map source map that determines the function behavior
       * @param defaultValue the value to return for inputs that aren't map keys
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 14.1K bytes
    - Viewed (0)
Back to top