Searched defs:executeAndWait (Results 1 – 1 of 1) sorted by relevance
284 public static void executeAndWait(@NonNull Executor executor, @NonNull Runnable runnable) { in executeAndWait() method in Utils288 public static <T> T executeAndWait(@NonNull Executor executor, @NonNull Supplier<T> supplier) { in executeAndWait() method in Utils