T
- 目标 类型P1
- 参数一 类型P2
- 参数二 类型P3
- 参数三 类型P4
- 参数四 类型P5
- 参数五 类型@FunctionalInterface public interface Supplier5<T,P1,P2,P3,P4,P5>
Modifier and Type | Method and Description |
---|---|
T |
get(P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5)
生成实例的方法
|
default Supplier<T> |
toSupplier(P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5)
将带有参数的Supplier转换为无参
Supplier |
Copyright © 2024. All rights reserved.