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