Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gt (0.16 sec)

  1. guava-testlib/src/com/google/common/testing/ClusterException.java

     *   for (ThingToRun thingToRun : thingsToRun) {
     *     try {
     *       thingToRun.run();
     *     } catch (Exception e) {
     *       exceptions.add(e);
     *     }
     *   }
     *   if (exceptions.size() > 0) {
     *     throw ClusterException.create(exceptions);
     *   }
     * }
     * </pre>
     *
     * <p>See semantic details at {@link #create(Collection)}.
     *
     * @author Luiz-Otavio Zorzella
     */
    @GwtCompatible
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Apr 26 20:07:17 GMT 2023
    - 4K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/testing/ClusterException.java

     *   for (ThingToRun thingToRun : thingsToRun) {
     *     try {
     *       thingToRun.run();
     *     } catch (Exception e) {
     *       exceptions.add(e);
     *     }
     *   }
     *   if (exceptions.size() &gt; 0) {
     *     throw ClusterException.create(exceptions);
     *   }
     * }
     * </pre>
     *
     * <p>See semantic details at {@link #create(Collection)}.
     *
     * @author Luiz-Otavio Zorzella
     */
    @GwtCompatible
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Apr 26 20:07:17 GMT 2023
    - 4K bytes
    - Viewed (0)
Back to top