Searched defs:callable (Results 1 – 4 of 4) sorted by relevance
43 public static String brKey(Callable callable) { in brKey()62 private static boolean isGetter(Callable callable) { in isGetter()69 private static boolean isSetter(Callable callable) { in isSetter()76 private static boolean isBooleanGetter(Callable callable) { in isBooleanGetter()
32 public ExceptionLoggingFutureTask(Callable<V> callable, String tag) { in ExceptionLoggingFutureTask()
123 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule()
1130 Callable<Object> callable = new Callable<Object>() { in callMethodOnAppropriateTheadBlocking() local