Searched defs:getEventually (Results 1 – 1 of 1) sorted by relevance
369 public static <T> T getEventually(@NonNull Callable<T> c) throws Exception { in getEventually() method in SystemUtil382 public static <T> T getEventually(@NonNull Callable<T> c, long timeoutMillis) throws Exception { in getEventually() method in SystemUtil