| Constructor and Description |
|---|
WithGraphBuilder(Supplier<Graphs.GraphBuilder<V,E,G>> graphSupplier) |
| Modifier and Type | Method and Description |
|---|---|
G |
build(Consumer<? super Graphs.GraphBuilder<V,E,?>> graphBuilderConsumer) |
<T> G |
build(Iterable<T> src,
BiConsumer<? super Graphs.GraphBuilder<V,E,?>,T> forEach) |
public WithGraphBuilder(Supplier<Graphs.GraphBuilder<V,E,G>> graphSupplier)
public <T> G build(Iterable<T> src, BiConsumer<? super Graphs.GraphBuilder<V,E,?>,T> forEach)
public G build(Consumer<? super Graphs.GraphBuilder<V,E,?>> graphBuilderConsumer)
Copyright © 2019. All rights reserved.