Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for uncheckedNull (0.19 seconds)

  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() {}
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Aug 13 20:49:47 GMT 2025
    - 4K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

     * the License.
     */
    
    package com.google.common.util.concurrent;
    
    import static com.google.common.base.Preconditions.checkNotNull;
    import static com.google.common.util.concurrent.NullnessCasts.uncheckedNull;
    import static com.google.common.util.concurrent.Platform.interruptCurrentThread;
    import static com.google.common.util.concurrent.Platform.rethrowIfErrorOtherThanStackOverflow;
    import static java.lang.Integer.toHexString;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sat Mar 07 14:39:00 GMT 2026
    - 43.6K bytes
    - Click Count (0)
Back to Top