- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for newTaskFor (0.15 seconds)
-
guava/src/com/google/common/util/concurrent/AbstractListeningExecutorService.java
* @since 19.0 (present with return type {@code ListenableFutureTask} since 14.0) */ @CanIgnoreReturnValue // TODO(kak): consider removing this @Override protected final <T extends @Nullable Object> RunnableFuture<T> newTaskFor( Runnable runnable, @ParametricNullness T value) { return TrustedListenableFutureTask.create(runnable, value); } /** * @since 19.0 (present with return type {@code ListenableFutureTask} since 14.0)Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Feb 12 17:47:46 GMT 2025 - 3K bytes - Click Count (0)