@FunctionalInterface public interface SneakyThrowFunction1<T,R> extends java.util.function.Function<T,R>, ThrowFunction1<T,R>
| 限定符和类型 | 方法和说明 |
|---|---|
default R |
apply(T t) |
andThen, compose, identitythrowableApplydefault R apply(T t)
apply 在接口中 java.util.function.Function<T,R>Copyright © 2021. All rights reserved.