public interface Function<T,R> extends Throwables.Function<T,R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t) |
R apply(T t)
apply in interface Throwables.Function<T,R,RuntimeException>Copyright © 2021. All rights reserved.