public static interface ResourcePool.ThrowingFunction<T,R>
R
apply(T t)
R apply(T t) throws Exception
Exception