P
R
public interface FunctionWithException<P,R>
A Function with is permitted to throw exceptions.
apply(P param)
R apply(P param) throws Exception
Exception
Copyright © 2019. All rights reserved.