public class TraceCallable<V> extends Object implements Callable<V>
V
call()
static <V> TraceCallable<V>
wrap(Callable<V> delegate)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <V> TraceCallable<V> wrap(@Nonnull Callable<V> delegate)
public V call() throws Exception
call
Callable<V>
Exception
Copyright © 2021. All rights reserved.