Factory

scalax.collection.generic.Factory
sealed trait Factory[+CC <: ([N, E <: Edge[N]] =>> AnyGraph[N, E] & GraphLike[N, E, CC])]

Methods common to Graph companion objects in the core module.

Type parameters

CC

the kind of type of the graph that is to become the companion class/trait of the object extending this trait.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ImmutableFactory[CC]
object DefaultGraphImpl.type
object Graph.type
trait MutableFactory[CC]
object DefaultGraphImpl.type
object Graph.type
trait TypedGraphFactory[N, E, CC]
trait TypedGraphCoreFactory[N, E, CC]
trait TypedGraphFactory[N, E]
trait TypedGraphFactory[N, E]
Show all

Members list

Value members

Abstract methods

The default configuration to be used in absence of a user-supplied configuration.

The default configuration to be used in absence of a user-supplied configuration.

Attributes

Concrete methods

def newBuilder[N, E <: Edge[N]](implicit config: GraphConfig): Builder[N, E, CC]