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