static <T> Builder<T> |
Builder.of(Supplier<T> instance) |
<P1> Builder<T> |
Builder.with(Builder.Consumer1<T,P1> consumer,
P1 p1) |
<P1,P2> Builder<T> |
Builder.with(Builder.Consumer2<T,P1,P2> consumer,
P1 p1,
P2 p2) |
<P1,P2,P3> Builder<T> |
Builder.with(Builder.Consumer3<T,P1,P2,P3> consumer,
P1 p1,
P2 p2,
P3 p3) |
<P1,P2,P3,P4> Builder<T> |
Builder.with(Builder.Consumer4<T,P1,P2,P3,P4> consumer,
P1 p1,
P2 p2,
P3 p3,
P4 p4) |
<P1,P2,P3,P4,P5> Builder<T> |
Builder.with(Builder.Consumer5<T,P1,P2,P3,P4,P5> consumer,
P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5) |