java.util.function.Function<T,R>public interface CheckedFunction<T,R>
extends java.util.function.Function<T,R>
| Modifier and Type | Method | Description |
|---|---|---|
R |
applies(T arg) |
Same as
apply except Exceptions may be thrown. |
default R |
apply(T arg) |
Copyright © 2018. All rights reserved.