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