newBuilder method

  1. @internal
GraphBuilder<V, E> newBuilder()

Internal graph builder based on this configuration.

Implementation

@internal
GraphBuilder<V, E> newBuilder() => GraphBuilder<V, E>(this);