public class WrappedTasks extends Object
WrappedTasks()
static <V> WrappedCallable<V>
wrap(Callable<V> target)
static WrappedRunnable
wrap(Runnable target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WrappedTasks()
public static WrappedRunnable wrap(Runnable target)
public static <V> WrappedCallable<V> wrap(Callable<V> target)
Copyright © 2022. All rights reserved.