Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uncheckedNull (0.19 sec)

  1. android/guava/src/com/google/common/util/concurrent/NullnessCasts.java

      // The warnings are legitimate. Each time we use this method, we document why.
      @ParametricNullness
      static <T extends @Nullable Object> T uncheckedNull() {
        return null;
      }
    
      private NullnessCasts() {}
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Feb 10 20:36:34 UTC 2022
    - 3.9K bytes
    - Viewed (0)
Back to top