T - type of the inputR - type of out outputE - type of the exceptionpublic interface ExceptionalFunction<T,R,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T input)
Applying some logic to a generic input value
|
Copyright © 2020. All rights reserved.