Trait

scalax.collection.GraphEdge

DiHyperEdgeLike

Related Doc: package GraphEdge

Permalink

trait DiHyperEdgeLike[+N] extends EdgeLike[N] with EqDiHyper

Template trait for directed edges.

Any class representing directed edges must inherit from this trait.

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DiHyperEdgeLike
  2. EqDiHyper
  3. EdgeLike
  4. Serializable
  5. Serializable
  6. Eq
  7. Iterable
  8. IterableLike
  9. Equals
  10. GenIterable
  11. GenIterableLike
  12. Traversable
  13. GenTraversable
  14. GenericTraversableTemplate
  15. TraversableLike
  16. GenTraversableLike
  17. Parallelizable
  18. TraversableOnce
  19. GenTraversableOnce
  20. FilterMonadic
  21. HasNewBuilder
  22. AnyRef
  23. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by MonadOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  7. by alternateImplicit
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class EdgeException extends Exception

    Permalink
    Attributes
    protected
    Definition Classes
    EdgeLike
  2. type Self = Iterable[N]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Abstract Value Members

  1. abstract def isAt(pred: (N) ⇒ Boolean): Boolean

    Permalink

    true if any end of this edge fulfills pred.

    true if any end of this edge fulfills pred.

    Definition Classes
    EdgeLike
  2. abstract def isAt[M >: N](node: M): Boolean

    Permalink

    true if node is incident with this edge.

    true if node is incident with this edge.

    Definition Classes
    EdgeLike
  3. abstract def isValidArity(size: Int): Boolean

    Permalink

    A function to determine whether the arity of the passed Product of nodes (that is the number of edge ends) is valid.

    A function to determine whether the arity of the passed Product of nodes (that is the number of edge ends) is valid. This function is called on every edge-instantiation by validate that throws EdgeException if this method returns false.

    Attributes
    protected
    Definition Classes
    EdgeLike
  4. abstract def iterator: Iterator[N]

    Permalink

    Iterator for the nodes (end-points) of this edge.

    Iterator for the nodes (end-points) of this edge.

    Definition Classes
    EdgeLike → IterableLike → GenIterableLike
  5. abstract def nodes: Product

    Permalink

    The end nodes joined by this edge.

    The end nodes joined by this edge.

    Nodes will typically be represented by Tuples. Alternatively subclasses of Iterable implementing Product, such as List, may also be used. In the latter case be aware of higher memory footprint.

    Definition Classes
    EdgeLike

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to any2stringadd[DiHyperEdgeLike[N]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: N, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: N, That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def ++:[B >: N, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (DiHyperEdgeLike[N], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to ArrowAssoc[DiHyperEdgeLike[N]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /:[B](z: B)(op: (B, N) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def :\[B](z: B)(op: (N, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def _1: N

    Permalink

    The first node.

    The first node. Same as _n(0).

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  12. def _2: N

    Permalink

    The second node.

    The second node. Same as _n(1).

    Definition Classes
    EdgeLike
  13. def _n(n: Int): N

    Permalink

    The n'th node with 0 <= n < arity.

    The n'th node with 0 <= n < arity.

    Definition Classes
    EdgeLike
  14. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  15. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  17. def aggregate[B](z: ⇒ B)(seqop: (B, N) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  18. final def arity: Int

    Permalink

    Number of nodes linked by this Edge.

    Number of nodes linked by this Edge. At least two nodes are linked. In case of a hook, the two nodes are identical. Hyperedges may link more than two nodes.

    Definition Classes
    EdgeLike
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def attributesToString: String

    Permalink
    Attributes
    protected
    Definition Classes
    EdgeLike
  21. def baseEquals(other: EdgeLike[_]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    EqDiHyperEq
  22. def baseHashCode: Int

    Permalink
    Attributes
    protected
    Definition Classes
    EqDiHyperEq
  23. def brackets: Brackets

    Permalink
    Attributes
    protected
    Definition Classes
    EdgeLike
  24. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    EdgeLike → IterableLike → Equals
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def collect[B, That](pf: PartialFunction[N, B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  27. def collectFirst[B](pf: PartialFunction[N, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  28. def companion: GenericCompanion[Iterable]

    Permalink
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  29. final def contains[M >: N](node: M): Boolean

    Permalink

    Same as isAt.

    Same as isAt.

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  30. def copyToArray[B >: N](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  31. def copyToArray[B >: N](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  32. def copyToArray[B >: N](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  33. def copyToBuffer[B >: N](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  34. def count(p: (N) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  35. final def directed: Boolean

    Permalink

    true if this edge is directed.

    true if this edge is directed.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
    Annotations
    @inline()
  36. def drop(n: Int): Iterable[N]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  37. def dropRight(n: Int): Iterable[N]

    Permalink
    Definition Classes
    IterableLike
  38. def dropWhile(p: (N) ⇒ Boolean): Iterable[N]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  39. def ensuring(cond: (DiHyperEdgeLike[N]) ⇒ Boolean, msg: ⇒ Any): DiHyperEdgeLike[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to Ensuring[DiHyperEdgeLike[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  40. def ensuring(cond: (DiHyperEdgeLike[N]) ⇒ Boolean): DiHyperEdgeLike[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to Ensuring[DiHyperEdgeLike[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: Boolean, msg: ⇒ Any): DiHyperEdgeLike[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to Ensuring[DiHyperEdgeLike[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean): DiHyperEdgeLike[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to Ensuring[DiHyperEdgeLike[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. def equals(other: EdgeLike[_]): Boolean

    Permalink

    Preconditions: this.directed == that.directed && this.isInstanceOf[Keyed] == that.isInstanceOf[Keyed]

    Preconditions: this.directed == that.directed && this.isInstanceOf[Keyed] == that.isInstanceOf[Keyed]

    Attributes
    protected
    Definition Classes
    EdgeLike
  45. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    EdgeLike → Equals → AnyRef → Any
  46. def exists(p: (N) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  47. def filter(p: (N) ⇒ Boolean): Iterable[N]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  48. def filterNot(p: (N) ⇒ Boolean): Iterable[N]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  49. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. def find(p: (N) ⇒ Boolean): Option[N]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  51. def flatMap[B, That](f: (N) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  52. def flatten[B](implicit asTraversable: (N) ⇒ GenTraversableOnce[B]): Iterable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  53. def fold[A1 >: N](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  54. def foldLeft[B](z: B)(op: (B, N) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  55. def foldRight[B](z: B)(op: (N, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  56. def forall(p: (N) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  57. def foreach[U](f: (N) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  58. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to StringFormat[DiHyperEdgeLike[N]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  59. final def from: N

    Permalink

    Synonym for source.

    Synonym for source.

    Annotations
    @inline()
  60. def genericBuilder[B]: Builder[B, Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  61. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  62. def groupBy[K](f: (N) ⇒ K): Map[K, Iterable[N]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  63. def grouped(size: Int): Iterator[Iterable[N]]

    Permalink
    Definition Classes
    IterableLike
  64. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  65. def hasSource(pred: (N) ⇒ Boolean): Boolean

    Permalink

    true if any source end of this edge fulfills pred.

    true if any source end of this edge fulfills pred.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  66. def hasSource[M >: N](node: M): Boolean

    Permalink

    true if node is a source of this edge.

    true if node is a source of this edge. In case this edge is undirected this method maps to isAt.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  67. def hasTarget(pred: (N) ⇒ Boolean): Boolean

    Permalink

    true if any target end of this edge fulfills pred.

    true if any target end of this edge fulfills pred.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  68. def hasTarget[M >: N](node: M): Boolean

    Permalink

    true if node is a target of this edge.

    true if node is a target of this edge. In case this edge is undirected this method maps to isAt.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  69. def hashCode(): Int

    Permalink
    Definition Classes
    EdgeLike → AnyRef → Any
  70. def head: N

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  71. def headOption: Option[N]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  72. def init: Iterable[N]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  73. def inits: Iterator[Iterable[N]]

    Permalink
    Definition Classes
    TraversableLike
  74. final def isDirected: Boolean

    Permalink

    Same as directed.

    Same as directed.

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  75. def isEmpty: Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  76. def isHyperEdge: Boolean

    Permalink

    true if this is a hyperedge that is it may have more than two ends.

    true if this is a hyperedge that is it may have more than two ends.

    Definition Classes
    EdgeLike
  77. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  78. def isLabeled: Boolean

    Permalink

    true if this edge is labeled.

    true if this edge is labeled. See also label.

    Definition Classes
    EdgeLike
  79. def isLooping: Boolean

    Permalink

    true if this edge produces a self-loop.

    true if this edge produces a self-loop. In case of a non-hyperedge, a loop is given if the incident nodes are equal. In case of a directed hyperedge, a loop is given if the source is equal to any of the targets. In case of an undirected hyperedge, a loop is given if any pair of incident nodes has equal nodes.

    Definition Classes
    EdgeLike
  80. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  81. final def isUndirected: Boolean

    Permalink

    Same as undirected.

    Same as undirected.

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  82. def isValidCustom: Boolean

    Permalink

    This method may be overridden to enforce additional validation at edge creation time.

    This method may be overridden to enforce additional validation at edge creation time. Be careful to call super.isValidCustom when overriding. This function is called on every edge-instantiation by validate that throws EdgeException if this method returns false.

    Attributes
    protected
    Definition Classes
    EdgeLike
  83. def isValidCustomExceptionMessage: String

    Permalink
    Attributes
    protected
    Definition Classes
    EdgeLike
  84. def label: Any

    Permalink

    The label of this edge.

    The label of this edge. If Graph's edge type parameter has been inferred or set to a labeled edge type all contained edges are labeled. Otherwise you should assert, for instance by calling isLabeled, that the edge instance is labeled before calling this method.

    Note that label is normally not part of the edge key (hashCode). As a result, edges with different labels connecting the same nodes will be evaluated as equal and thus added once and only once to the graph. In case you need multi-edges based on different labels you should either make use of a predefined key-labeled edge type such as LDiEdge or define a custom edge class that mixes in ExtendedKey and adds label to keyAttributes.

    Definition Classes
    EdgeLike
    Exceptions thrown

    UnsupportedOperationException if the edge is non-labeled.

  85. def last: N

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  86. def lastOption: Option[N]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  87. def map[B, That](f: (N) ⇒ B)(implicit bf: CanBuildFrom[Iterable[N], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  88. def matches(p1: (N) ⇒ Boolean, p2: (N) ⇒ Boolean): Boolean

    Permalink

    true if
    a) two distinct ends of this undirected edge exist for which p1 and p2 hold or
    b) p1 holds for a source and p2 for a target of this directed edge.

    true if
    a) two distinct ends of this undirected edge exist for which p1 and p2 hold or
    b) p1 holds for a source and p2 for a target of this directed edge.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  89. def matches[M >: N](n1: M, n2: M): Boolean

    Permalink

    true if
    a) both n1 and n2 are at this edge for an undirected edge
    b) n1 is a source and n2 a target of this edge for a directed edge.

    true if
    a) both n1 and n2 are at this edge for an undirected edge
    b) n1 is a source and n2 a target of this edge for a directed edge.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  90. def max[B >: N](implicit cmp: Ordering[B]): N

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def maxBy[B](f: (N) ⇒ B)(implicit cmp: Ordering[B]): N

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def min[B >: N](implicit cmp: Ordering[B]): N

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def minBy[B](f: (N) ⇒ B)(implicit cmp: Ordering[B]): N

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  98. def newBuilder: Builder[N, Iterable[N]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  99. def nodeSeq: Seq[N]

    Permalink

    Sequence of the end points of this edge.

    Sequence of the end points of this edge.

    Definition Classes
    EdgeLike
  100. def nodesToString: String

    Permalink
    Attributes
    protected
    Definition Classes
    EdgeLike
  101. def nodesToStringSeparator: String

    Permalink
    Attributes
    protected
    Definition Classes
    DiHyperEdgeLikeEdgeLike
  102. def nodesToStringWithParenthesis: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    EdgeLike
  103. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. final def nonHyperEdge: Boolean

    Permalink

    true if this edge has exactly two ends.

    true if this edge has exactly two ends.

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  105. final def nonLooping: Boolean

    Permalink

    Same as ! looping.

    Same as ! looping.

    Definition Classes
    EdgeLike
  106. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  107. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  108. def par: ParIterable[N]

    Permalink
    Definition Classes
    Parallelizable
  109. def parCombiner: Combiner[N, ParIterable[N]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  110. def partition(p: (N) ⇒ Boolean): (Iterable[N], Iterable[N])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  111. def product[B >: N](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def reduce[A1 >: N](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def reduceLeft[B >: N](op: (B, N) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  114. def reduceLeftOption[B >: N](op: (B, N) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def reduceOption[A1 >: N](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def reduceRight[B >: N](op: (N, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  117. def reduceRightOption[B >: N](op: (N, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def repr: Iterable[N]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  119. def reversed: List[N]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  120. def sameElements[B >: N](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  121. def scan[B >: N, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[N], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  122. def scanLeft[B, That](z: B)(op: (B, N) ⇒ B)(implicit bf: CanBuildFrom[Iterable[N], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  123. def scanRight[B, That](z: B)(op: (N, B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[N], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  124. def seq: Iterable[N]

    Permalink
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  125. def size: Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def slice(from: Int, until: Int): Iterable[N]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  127. def sliding(size: Int, step: Int): Iterator[Iterable[N]]

    Permalink
    Definition Classes
    IterableLike
  128. def sliding(size: Int): Iterator[Iterable[N]]

    Permalink
    Definition Classes
    IterableLike
  129. final def source: N

    Permalink

    The single source node of this directed edge.

    The single source node of this directed edge.

    Annotations
    @inline()
  130. def sources: Traversable[N]

    Permalink

    All source ends of this edge.

    All source ends of this edge.

    Definition Classes
    EdgeLike
  131. def span(p: (N) ⇒ Boolean): (Iterable[N], Iterable[N])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  132. def splitAt(n: Int): (Iterable[N], Iterable[N])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  133. def stringPrefix: String

    Permalink
    Definition Classes
    EdgeLike → TraversableLike → GenTraversableLike
  134. def sum[B >: N](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  136. def tail: Iterable[N]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  137. def tails: Iterator[Iterable[N]]

    Permalink
    Definition Classes
    TraversableLike
  138. def take(n: Int): Iterable[N]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  139. def takeRight(n: Int): Iterable[N]

    Permalink
    Definition Classes
    IterableLike
  140. def takeWhile(p: (N) ⇒ Boolean): Iterable[N]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  141. final def target: N

    Permalink

    The target node for a directed edge; one of the target nodes for a directed hyperedge.

    The target node for a directed edge; one of the target nodes for a directed hyperedge.

    Annotations
    @inline()
  142. def targets: Traversable[N]

    Permalink

    All target ends of this edge.

    All target ends of this edge.

    Definition Classes
    EdgeLike
  143. def thisCollection: Iterable[N]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  144. final def thisSimpleClassName: String

    Permalink
    Attributes
    protected
    Definition Classes
    EdgeLike
  145. def to: N

    Permalink

    Synonym for target.

  146. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, N, Col[N]]): Col[N]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  147. def toArray[B >: N](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  148. def toBuffer[B >: N]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  149. def toCollection(repr: Iterable[N]): Iterable[N]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  150. def toIndexedSeq: IndexedSeq[N]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  151. def toIterable: Iterable[N]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  152. def toIterator: Iterator[N]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  153. def toList: List[N]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  154. def toMap[T, U](implicit ev: <:<[N, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  155. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to CollectionsHaveToParArray[DiHyperEdgeLike[N], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (DiHyperEdgeLike[N]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  156. def toSeq: Seq[N]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  157. def toSet[B >: N]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  158. def toStream: Stream[N]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  159. def toString(): String

    Permalink
    Definition Classes
    EdgeLike → TraversableLike → AnyRef → Any
  160. def toStringWithParenthesis: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    EdgeLike
  161. def toTraversable: Traversable[N]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  162. def toVector: Vector[N]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  163. def transpose[B](implicit asTraversable: (N) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  164. final def undirected: Boolean

    Permalink

    true if this edge is undirected.

    true if this edge is undirected.

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  165. def unzip[A1, A2](implicit asPair: (N) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  166. def unzip3[A1, A2, A3](implicit asTriple: (N) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  167. final def validate: Unit

    Permalink

    Performs basic, inevitable edge validation.

    Performs basic, inevitable edge validation. Among others, ensures that nodes ne null and no edge end eq null.

    This validation method must be called in the constructor of any edge class that directly extends or mixes in EdgeLike. To perform additional custom validation isValidCustom is to be overridden.

    Attributes
    protected
    Definition Classes
    EdgeLike
    Exceptions thrown

    EdgeException if any of the basic validations or of eventually supplied additional validations fails.

  168. def view(from: Int, until: Int): IterableView[N, Iterable[N]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  169. def view: IterableView[N, Iterable[N]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  170. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  171. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  172. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  173. def weight: Long

    Permalink

    The weight of this edge with a default of 1.

    The weight of this edge with a default of 1.

    Note that weight is normally not part of the edge key (hashCode). As a result, edges with different weights connecting the same nodes will be evaluated as equal and thus added once and only once to the graph. In case you need multi-edges based on different weights you should either make use of a predefined key-weighted edge type such as WDiEdge or define a custom edge class that mixes in ExtendedKey and adds weight to keyAttributes.

    For weight types other than Long you may either convert then to Long prior to edge creation or define a custom edge class that includes the weight of the appropriate type and overrides def weight to provide the required conversion to Long.

    Definition Classes
    EdgeLike
  174. def withFilter(p: (N) ⇒ Boolean): FilterMonadic[N, Iterable[N]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  175. def withSources[U](f: (N) ⇒ U): Unit

    Permalink

    Applies f to all source ends of this edge without new memory allocation.

    Applies f to all source ends of this edge without new memory allocation.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  176. def withTargets[U](f: (N) ⇒ U): Unit

    Permalink

    Applies f to the target ends of this edge without new memory allocation.

    Applies f to the target ends of this edge without new memory allocation.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  177. def zip[A1 >: N, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[N], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  178. def zipAll[B, A1 >: N, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[N], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  179. def zipWithIndex[A1 >: N, That](implicit bf: CanBuildFrom[Iterable[N], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  180. def [B](y: B): (DiHyperEdgeLike[N], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to ArrowAssoc[DiHyperEdgeLike[N]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: (N) ⇒ Boolean): TraversableOnce[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to MonadOps[N] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (diHyperEdgeLike: MonadOps[N]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (N) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to MonadOps[N] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (diHyperEdgeLike: MonadOps[N]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (N) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to MonadOps[N] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (diHyperEdgeLike: MonadOps[N]).map(f)
    Definition Classes
    MonadOps
  4. def withFilter(p: (N) ⇒ Boolean): Iterator[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from DiHyperEdgeLike[N] to MonadOps[N] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (diHyperEdgeLike: MonadOps[N]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from EqDiHyper

Inherited from EdgeLike[N]

Inherited from Serializable

Inherited from Serializable

Inherited from Eq

Inherited from Iterable[N]

Inherited from IterableLike[N, Iterable[N]]

Inherited from Equals

Inherited from GenIterable[N]

Inherited from GenIterableLike[N, Iterable[N]]

Inherited from Traversable[N]

Inherited from GenTraversable[N]

Inherited from TraversableLike[N, Iterable[N]]

Inherited from GenTraversableLike[N, Iterable[N]]

Inherited from Parallelizable[N, ParIterable[N]]

Inherited from TraversableOnce[N]

Inherited from GenTraversableOnce[N]

Inherited from FilterMonadic[N, Iterable[N]]

Inherited from HasNewBuilder[N, Iterable[N]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from DiHyperEdgeLike[N] to CollectionsHaveToParArray[DiHyperEdgeLike[N], T]

Inherited by implicit conversion MonadOps from DiHyperEdgeLike[N] to MonadOps[N]

Inherited by implicit conversion any2stringadd from DiHyperEdgeLike[N] to any2stringadd[DiHyperEdgeLike[N]]

Inherited by implicit conversion StringFormat from DiHyperEdgeLike[N] to StringFormat[DiHyperEdgeLike[N]]

Inherited by implicit conversion Ensuring from DiHyperEdgeLike[N] to Ensuring[DiHyperEdgeLike[N]]

Inherited by implicit conversion ArrowAssoc from DiHyperEdgeLike[N] to ArrowAssoc[DiHyperEdgeLike[N]]

Inherited by implicit conversion alternateImplicit from DiHyperEdgeLike[N] to ForceImplicitAmbiguity

Ungrouped