T - the type of the input to the functionR - the type of the result of the functionE - the type of the exception.@FunctionalInterface public static interface Try.Func<T,R,E extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T from) |
Copyright © 2023. All rights reserved.