@FunctionalInterface public interface ThrowingFunction<I,T extends Throwable,R>
R
apply(I in)
R apply(I in) throws T extends Throwable
T extends Throwable
Copyright © 2016. All rights reserved.