Searched refs:callable (Results 1 – 7 of 7) sorted by relevance
99 private <T> T invocation(Callable<T> callable) { in invocation() argument108 return callable.call(); in invocation()
140 callable(getattr(relay_device, func_name)))]
143 Callable<?> wrapped = wrapTask(Executors.callable(command));
167 remote_ipv6=self.iperf_server_ipv6)) if callable(
730 private boolean busyWaitFunction(Callable<BUSY_WAIT_STATUS> callable, long maxWaitTime) { in busyWaitFunction() argument745 BUSY_WAIT_STATUS res = callable.call(); in busyWaitFunction()
34 ctlr_methods = inspect.getmembers(controller, predicate=callable)
564 lambda func: callable(func)