Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for InlineLambdaConstant (0.26 seconds)

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

       * version that we're testing under) or J2CL.
       *
       * That's not necessarily a real-world problem, but it does break our tests.
       */
      @SuppressWarnings({"InlineLambdaConstant", "UnnecessaryLambda"})
      private static final Runnable EMPTY_RUNNABLE = () -> {};
    
      /** Returns a {@link Runnable} instance that does nothing when run. */
      public static Runnable doNothing() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Aug 05 15:30:14 GMT 2025
    - 1.3K bytes
    - Click Count (0)
Back to Top