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