I - the type of the input of the functionR - the type of the result of the functionE - the type of the exception@FunctionalInterface public interface ThrowableFunction<I,R,E extends Throwable>
Function| Modifier and Type | Method and Description |
|---|---|
R |
apply(I i)
Applies this function to the given argument.
|
Copyright © 2017. All rights reserved.