@FunctionalInterface public static interface Functions.FailableFunction<I,O,T extends Throwable>
Modifier and Type | Method and Description |
---|---|
O |
apply(I pInput)
Apply the function.
|
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.