@FunctionalInterface public interface CheckedFunction<INPUT,OUTPUT,THROWABLE extends Throwable>
OUTPUT
apply(INPUT input)
Function.apply(Object)
OUTPUT apply(INPUT input) throws THROWABLE extends Throwable
THROWABLE extends Throwable
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.