Packages

trait EdgeCompanion[+E[N] <: EdgeLike[N]] extends EdgeCompanionBase[E]

The abstract methods of this trait must be implemented by companion objects of simple (non-weighted, non-labeled) edges.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeCompanion
  2. EdgeCompanionBase
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply[N](node_1: N, node_2: N): E[N]

Concrete Value Members

  1. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from EdgeCompanion[E] to CollectionsHaveToParArray[EdgeCompanion[E], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (EdgeCompanion[E]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray