@FunctionalInterface public interface FunctionWithException<T,R>
R
apply(T t)
R apply(T t) throws Exception
Exception
Copyright © 2014. All rights reserved.