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