default <R> Callable<R>
map(Function<T,R> mapper)
static Callable<Void>
of(Runnable runner)
static <T> Callable<T>
of(Supplier<T> supplier)