public final class Callables extends Object
Callable
static <T> T
call(Callable<T> c)
Exception
static <T> Callable<T>
returning(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> Callable<T> returning(T value)
public static <T> T call(Callable<T> c)
Copyright © 2014 JBoss by Red Hat. All rights reserved.