public class InvocationUtil
extends Object
- Author:
- Lei Yang
-
Method Summary
static <V> V
static <V> V
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
invoke
public static <V> V invoke(Callable<V> callable)
-
invoke
public static <V> V invoke(Callable<V> callable,
V def)