Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ScheduledListeningDecorator (0.13 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        }
      }
    
      @GwtIncompatible // TODO
      private static final class ScheduledListeningDecorator extends ListeningDecorator
          implements ListeningScheduledExecutorService {
        @SuppressWarnings("hiding")
        final ScheduledExecutorService delegate;
    
        ScheduledListeningDecorator(ScheduledExecutorService delegate) {
          super(delegate);
          this.delegate = checkNotNull(delegate);
        }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jan 28 22:39:02 GMT 2026
    - 45.6K bytes
    - Click Count (0)
Back to Top