public class FutureUtils extends Object
public static <F,T> Future<T> wrap(Future<F> future, Function<F,T> f)
Future that applies the given Function to
the value returned by Future.get() or
Future.get(long, TimeUnit) (on every invocation)Copyright © 2014 Molindo GmbH. All Rights Reserved.