public class Builder<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
T |
build() |
static <T> T |
build(T arg,
Consumer<T> consumer) |
static <T> T |
getFrom(Supplier<T> supplier,
Supplier<T> newObjectSupplier,
Consumer<T> consumer) |
<A> Builder<T> |
set(BiConsumer<T,A> consumer,
A arg) |
public Builder(T builder)
Copyright © 2012–2017 MARID software development group. All rights reserved.