T
- the type of the argument to the functionR
- the type of the result of the functionE
- the type of exception that may be thrown@FunctionalInterface public static interface LambdaUtil.Function_WithExceptions<T,R,E extends Exception>
Function
that may throw Exceptions.Modifier and Type | Method and Description |
---|---|
R |
apply(T val) |
Copyright © 2017. All rights reserved.