T - type of arg1R - type of return value.@FunctionalInterface
public interface FunctionRaisingIOE<T,R>
| Modifier and Type | Method | Description |
|---|---|---|
R |
apply(T t) |
Apply the function.
|
default R |
unchecked(T t) |
Apply unchecked.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.