T - type of the 1st param. 第1个参数类型R - return type 返回值类型E - Throwable or subclass of Throwable. Throwable类及其子类@FunctionalInterface public interface RT1<T,R,E extends Throwable> extends LambdaRT<R,E>, Lambda1<T>
Copyright © 2021. All rights reserved.