Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AsyncClosingFunction2 (0.07 seconds)

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

         *
         * @param <V1> the type returned by the first future
         * @param <V2> the type returned by the second future
         * @param <U> the type returned by the function
         */
        public interface AsyncClosingFunction2<
            V1 extends @Nullable Object, V2 extends @Nullable Object, U extends @Nullable Object> {
    
          /**
           * Applies this function to two inputs, or throws an exception if unable to do so.
           *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 101.7K bytes
    - Click Count (0)
Back to Top