public class Builder<T> extends Object
T
build()
static <T> Builder<T>
of(java.util.function.Supplier<T> instanceSupplier)
<P1> Builder<T>
with(Consumer2<T,P1> consumer, P1 p1)
<P1,P2> Builder<T>
with(Consumer3<T,P1,P2> consumer, P1 p1, P2 p2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> Builder<T> of(java.util.function.Supplier<T> instanceSupplier)
public <P1> Builder<T> with(Consumer2<T,P1> consumer, P1 p1)
public <P1,P2> Builder<T> with(Consumer3<T,P1,P2> consumer, P1 p1, P2 p2)
public T build()
Copyright © 2021. All rights reserved.