@FunctionalInterface public interface ThrowingFunction<T,R>
R
apply(T t)
default ThrowingSupplier<R>
bind(T val)
R apply(T t) throws Exception
Exception
default ThrowingSupplier<R> bind(T val)
Copyright © 2017. All rights reserved.