T - the type of the input to the function.R - the type of the result of the function.E - the type of checked exception thrown.@FunctionalInterface
public interface CheckedFunction<T,R,E extends java.lang.Exception>
Function, whose method
throws a checked exception.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Applies this function to the given argument.
|
Copyright © 2018 Frederic Thevenet. All rights reserved.