Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for orNull (0.03 sec)

  1. android/guava-tests/test/com/google/common/cache/CacheBuilderFactory.java

          new Function<Optional<?>, @Nullable Object>() {
            @Override
            public @Nullable Object apply(Optional<?> optional) {
              return optional.orNull();
            }
          };
    
      /**
       * Sets.cartesianProduct doesn't allow sets that contain null, but we want null to mean "don't
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 08 18:32:10 UTC 2025
    - 8.4K bytes
    - Viewed (0)
Back to top