Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for AsyncFunction (0.13 sec)

  1. guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

                      }
                    },
                    executor)
                .transformAsync(
                    ClosingFuture.withoutCloser(
                        new AsyncFunction<TestCloseable, String>() {
                          @Override
                          public ListenableFuture<String> apply(TestCloseable v) throws Exception {
                            assertThat(v).isSameInstanceAs(closeable1);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

                      }
                    },
                    executor)
                .transformAsync(
                    ClosingFuture.withoutCloser(
                        new AsyncFunction<TestCloseable, String>() {
                          @Override
                          public ListenableFuture<String> apply(TestCloseable v) throws Exception {
                            assertThat(v).isSameInstanceAs(closeable1);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
Back to top