public class CallableWrapper<V> extends Object implements Callable<V>
CallableWrapper(Callable<V> callable)
V
call()
static <V> CallableWrapper<V>
of(Callable<V> r)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CallableWrapper(Callable<V> callable)
public static <V> CallableWrapper<V> of(Callable<V> r)
public V call() throws Exception
call
Callable<V>
Exception
Copyright © 2021 The Apache Software Foundation. All rights reserved.