Searched defs:callable (Results 1 – 6 of 6) 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()
134 public <T> void postAndReply(final Callable<T> callable, final ReplyCallback<T> reply) { in postAndReply()163 public <T> T postAndWait(final Callable<T> callable, int timeoutMillis) in postAndWait()
45 val callable = TypeSpec.anonymousClassBuilder("").apply { in convertAndReturn() constant
258 final Callable<Integer> callable = new Callable<Integer>() { in testPostAndReply() local
1135 Callable<Object> callable = new Callable<Object>() { in callMethodOnAppropriateTheadBlocking() local