@FunctionalInterface public interface ThrowingFunction<T,R> extends Function<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
acceptThrows(T t)
Performs this operation on the given argument.
|
default R |
apply(T t)
Deprecated.
|
Copyright © 2022. All rights reserved.