S
- The argument type for the function.T
- The return type for the function.E
- The exception type that the function throws.public interface ExceptionalFunction<S,T,E extends Exception>
Modifier and Type | Method and Description |
---|---|
T |
apply(S item)
Performs a unit of work on item, possibly throwing
E in the process. |
Copyright © 2007-2017 The Apache Software Foundation