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