Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for x1 (0.04 sec)

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

        try {
          closingFuture.catching(
              Exception.class,
              new ClosingFunction<Exception, String>() {
                @Override
                public String apply(DeferredCloser closer1, Exception x1) throws Exception {
                  return "value3";
                }
              },
              executor);
          fail();
        } catch (IllegalStateException expected3) {
        }
        try {
    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

        try {
          closingFuture.catching(
              Exception.class,
              new ClosingFunction<Exception, String>() {
                @Override
                public String apply(DeferredCloser closer1, Exception x1) throws Exception {
                  return "value3";
                }
              },
              executor);
          fail();
        } catch (IllegalStateException expected3) {
        }
        try {
    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