T
P1
P2
P3
P4
@FunctionalInterface public interface Supplier4<T,P1,P2,P3,P4>
get(P1 p1, P2 p2, P3 p3, P4 p4)
default Supplier<T>
toSupplier(P1 p1, P2 p2, P3 p3, P4 p4)
Supplier
T get(P1 p1, P2 p2, P3 p3, P4 p4)
p1
p2
p3
p4
default Supplier<T> toSupplier(P1 p1, P2 p2, P3 p3, P4 p4)
Copyright © 2022. All rights reserved.