Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValueAndCloserConsumer (0.11 sec)

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

       * ClosingFuture} pipeline.
       *
       * @param <V> the type of the final value of a successful pipeline
       * @see ClosingFuture#finishToValueAndCloser(ValueAndCloserConsumer, Executor)
       */
      public interface ValueAndCloserConsumer<V extends @Nullable Object> {
    
        /** Accepts a {@link ValueAndCloser} for the last step in a {@link ClosingFuture} pipeline. */
        void accept(ValueAndCloser<V> valueAndCloser);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Oct 08 19:36:35 UTC 2024
    - 98.5K bytes
    - Viewed (0)
Back to top