| Modifier and Type | Method and Description |
|---|---|
static <F,T> com.google.common.base.Function<F,Callable<T>> |
apply(com.google.common.base.Function<? super F,? extends T> function) |
static <T> com.google.common.base.Function<Callable<T>,T> |
call() |
static <T> com.google.common.base.Function<Callable<T>,Future<T>> |
submit(ExecutorService executor) |
static <T> com.google.common.base.Function<Callable<T>,Future<T>> |
submit(TaskExecutor executor) |
public static <T> com.google.common.base.Function<Callable<T>,T> call()
public static <F,T> com.google.common.base.Function<F,Callable<T>> apply(com.google.common.base.Function<? super F,? extends T> function)
public static <T> com.google.common.base.Function<Callable<T>,Future<T>> submit(ExecutorService executor)
public static <T> com.google.common.base.Function<Callable<T>,Future<T>> submit(TaskExecutor executor)
Copyright © 2009-2012 TranceCode. All Rights Reserved.