Packages

abstract class WLDiHyperEdge[+N] extends WLHyperEdge[N] with DiHyperEdgeLike[N] with OuterEdge[N, WLDiHyperEdge]

weighted, labeled directed hyperedge.

Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WLDiHyperEdge
  2. DiHyperEdgeLike
  3. EqDiHyper
  4. WLHyperEdge
  5. WLEdge
  6. LEdge
  7. WHyperEdge
  8. WEdge
  9. HyperEdge
  10. EqHyper
  11. OuterEdge
  12. EdgeParam
  13. InParam
  14. Param
  15. EdgeCopy
  16. EdgeLike
  17. Serializable
  18. Eq
  19. Iterable
  20. IterableFactoryDefaults
  21. IterableOps
  22. IterableOnceOps
  23. IterableOnce
  24. AnyRef
  25. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by ChainingOps
  3. by HyperEdgeAssoc
  4. by EdgeAssoc
  5. by TraversableEnrichments
  6. by anyToNode
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WLDiHyperEdge(nodes: Product, weight: Double)

Type Members

  1. class EdgeException extends Exception
    Attributes
    protected
    Definition Classes
    EdgeLike
  2. abstract type L1
    Definition Classes
    LEdge

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toany2stringadd[WLDiHyperEdge[N]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: N](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def ->[B](y: B): (WLDiHyperEdge[N], B)
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toArrowAssoc[WLDiHyperEdge[N]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def _1: N

    The first node.

    The first node. Same as _n(0).

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

    The second node.

    The second node. Same as _n(1).

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

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

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

    Definition Classes
    EdgeLike
  10. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  12. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  13. final def arity: Int

    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
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def attributesToString: String
    Attributes
    protected
    Definition Classes
    WLEdgeLEdgeWEdge
  16. def baseEquals(other: EdgeLike[_]): Boolean
    Attributes
    protected
    Definition Classes
    EqDiHyperEq
  17. def baseHashCode: Int
    Attributes
    protected
    Definition Classes
    EqDiHyperEq
  18. def brackets: Brackets
    Attributes
    protected
    Definition Classes
    EdgeLike
  19. def canEqual(that: Any): Boolean
    Definition Classes
    EdgeLikeEq
  20. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  22. final def coll: WLDiHyperEdge.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  23. def collect[B](pf: PartialFunction[N, B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  24. def collectFirst[B](pf: PartialFunction[N, B]): Option[B]
    Definition Classes
    IterableOnceOps
  25. def concat[B >: N](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  26. final def contains[M >: N](node: M): Boolean

    Same as isAt.

    Same as isAt.

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  27. def copy[NN](newNodes: Product): WHyperEdge[NN]

    It is a prerequisite for edge-classes to implement this method.

    It is a prerequisite for edge-classes to implement this method. Otherwise they cannot be passed to a Graph.

    Graph calls this method internally to obtain a new instance of the edge passed to Graph with nodes of the type of the inner class NodeT which itself contains the outer node.

    Attributes
    protected[collection]
    Definition Classes
    WHyperEdgeHyperEdgeEdgeCopy
  28. def copyToArray[B >: N](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  29. def copyToArray[B >: N](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  30. def copyToArray[B >: N](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  31. def corresponds[B](that: scala.collection.IterableOnce[B])(p: (N, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  32. def count(p: (N) => Boolean): Int
    Definition Classes
    IterableOnceOps
  33. final def directed: Boolean

    true if this edge is directed.

    true if this edge is directed.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
    Annotations
    @inline()
  34. def drop(n: Int): Iterable[N]
    Definition Classes
    IterableOps → IterableOnceOps
  35. def dropRight(n: Int): Iterable[N]
    Definition Classes
    IterableOps
  36. def dropWhile(p: (N) => Boolean): Iterable[N]
    Definition Classes
    IterableOps → IterableOnceOps
  37. val e: EdgeLikeIn[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toHyperEdgeAssoc[N] performed by method HyperEdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    HyperEdgeAssoc
  38. def edge: WLDiHyperEdge[N]
    Definition Classes
    OuterEdge
  39. def empty: Iterable[N]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  40. def ensuring(cond: (WLDiHyperEdge[N]) => Boolean, msg: => Any): WLDiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toEnsuring[WLDiHyperEdge[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: (WLDiHyperEdge[N]) => Boolean): WLDiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toEnsuring[WLDiHyperEdge[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean, msg: => Any): WLDiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toEnsuring[WLDiHyperEdge[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. def ensuring(cond: Boolean): WLDiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toEnsuring[WLDiHyperEdge[N]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(other: EdgeLike[_]): Boolean

    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
  46. def equals(other: Any): Boolean
    Definition Classes
    EdgeLike → AnyRef → Any
  47. def exists(p: (N) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  48. def filter(pred: (N) => Boolean): Iterable[N]
    Definition Classes
    IterableOps → IterableOnceOps
  49. def filterNot(pred: (N) => Boolean): Iterable[N]
    Definition Classes
    IterableOps → IterableOnceOps
  50. def find(p: (N) => Boolean): Option[N]
    Definition Classes
    IterableOnceOps
  51. def flatMap[B](f: (N) => scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  52. def flatten[B](implicit asIterable: (N) => scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  53. def fold[A1 >: N](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  54. def foldLeft[B](z: B)(op: (B, N) => B): B
    Definition Classes
    IterableOnceOps
  55. def foldRight[B](z: B)(op: (N, B) => B): B
    Definition Classes
    IterableOnceOps
  56. def forall(p: (N) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  57. def foreach[U](f: (N) => U): Unit
    Definition Classes
    IterableOnceOps
  58. final def from: N

    Synonym for source.

    Synonym for source.

    Definition Classes
    DiHyperEdgeLike
    Annotations
    @inline()
  59. def fromSpecific(coll: scala.collection.IterableOnce[N]): Iterable[N]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  60. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  61. def groupBy[K](f: (N) => K): Map[K, Iterable[N]]
    Definition Classes
    IterableOps
  62. def groupMap[K, B](key: (N) => K)(f: (N) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  63. def groupMapReduce[K, B](key: (N) => K)(f: (N) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  64. def grouped(size: Int): Iterator[Iterable[N]]
    Definition Classes
    IterableOps
  65. def hasSource(pred: (N) => Boolean): Boolean

    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

    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

    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

    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
    Definition Classes
    EdgeLike → AnyRef → Any
  70. def head: N
    Definition Classes
    IterableOps
  71. def headOption: Option[N]
    Definition Classes
    IterableOps
  72. def init: Iterable[N]
    Definition Classes
    IterableOps
  73. def inits: Iterator[Iterable[N]]
    Definition Classes
    IterableOps
  74. def isAt(pred: (N) => Boolean): Boolean

    true if any end of this edge fulfills pred.

    true if any end of this edge fulfills pred.

    Definition Classes
    HyperEdgeEdgeLike
  75. def isAt[M >: N](node: M): Boolean

    true if node is incident with this edge.

    true if node is incident with this edge.

    Definition Classes
    HyperEdgeEdgeLike
  76. def isDefined: Boolean
    Definition Classes
    Param
  77. final def isDirected: Boolean

    Same as directed.

    Same as directed.

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  78. final def isEdge: Boolean
    Definition Classes
    Param
  79. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  80. def isHyperEdge: Boolean

    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
  81. def isIn: Boolean
    Definition Classes
    InParamParam
  82. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  83. def isLabeled: Boolean

    true if this edge is labeled.

    true if this edge is labeled. See also label.

    Definition Classes
    EdgeLike
  84. def isLooping: Boolean

    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
  85. def isNode: Boolean
    Definition Classes
    EdgeParam
  86. final def isOut: Boolean
    Definition Classes
    Param
  87. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  88. final def isUndirected: Boolean

    Same as undirected.

    Same as undirected.

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  89. def isValidArity(size: Int): Boolean

    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
    HyperEdgeEdgeLike
  90. def isValidCustom: Boolean

    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
  91. def isValidCustomExceptionMessage: String
    Attributes
    protected
    Definition Classes
    EdgeLike
  92. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → IterableOps
  93. def iterator: Iterator[N]

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

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

    Definition Classes
    HyperEdgeEdgeLike → IterableOnce
  94. def knownSize: Int
    Definition Classes
    IterableOnce
  95. def label: L1
    Definition Classes
    LEdge
  96. def last: N
    Definition Classes
    IterableOps
  97. def lastOption: Option[N]
    Definition Classes
    IterableOps
  98. def lazyZip[B](that: Iterable[B]): LazyZip2[N, B, WLDiHyperEdge.this.type]
    Definition Classes
    Iterable
  99. def map[B](f: (N) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  100. def matches(p1: (N) => Boolean, p2: (N) => Boolean): Boolean

    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
  101. def matches[M >: N](n1: M, n2: M): Boolean

    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
  102. final def matches(fList: List[(N) => Boolean]): Boolean
    Attributes
    protected
    Definition Classes
    HyperEdge
  103. def max[B >: N](implicit ord: Ordering[B]): N
    Definition Classes
    IterableOnceOps
  104. def maxBy[B](f: (N) => B)(implicit cmp: Ordering[B]): N
    Definition Classes
    IterableOnceOps
  105. def maxByOption[B](f: (N) => B)(implicit cmp: Ordering[B]): Option[N]
    Definition Classes
    IterableOnceOps
  106. def maxOption[B >: N](implicit ord: Ordering[B]): Option[N]
    Definition Classes
    IterableOnceOps
  107. def min[B >: N](implicit ord: Ordering[B]): N
    Definition Classes
    IterableOnceOps
  108. def minBy[B](f: (N) => B)(implicit cmp: Ordering[B]): N
    Definition Classes
    IterableOnceOps
  109. def minByOption[B](f: (N) => B)(implicit cmp: Ordering[B]): Option[N]
    Definition Classes
    IterableOnceOps
  110. def minOption[B >: N](implicit ord: Ordering[B]): Option[N]
    Definition Classes
    IterableOnceOps
  111. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  112. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  113. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  114. val n1: WLDiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toEdgeAssoc[WLDiHyperEdge[N]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  115. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  116. def newSpecificBuilder: Builder[N, Iterable[N]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  117. def nodeSeq: Seq[N]

    Sequence of the end points of this edge.

    Sequence of the end points of this edge.

    Definition Classes
    EdgeLike
  118. val nodes: Product

    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
    HyperEdgeEdgeLike
  119. def nodesToString: String
    Attributes
    protected
    Definition Classes
    EdgeLike
  120. def nodesToStringSeparator: String
    Attributes
    protected
    Definition Classes
    DiHyperEdgeLikeEdgeLike
  121. def nodesToStringWithParenthesis: Boolean
    Attributes
    protected
    Definition Classes
    EdgeLike
  122. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  123. final def nonHyperEdge: Boolean

    true if this edge has exactly two ends.

    true if this edge has exactly two ends.

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

    Same as ! looping.

    Same as ! looping.

    Definition Classes
    EdgeLike
  125. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  126. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  127. def partition(p: (N) => Boolean): (Iterable[N], Iterable[N])
    Definition Classes
    IterableOps
  128. def partitionMap[A1, A2](f: (N) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  129. def pipe[B](f: (WLDiHyperEdge[N]) => B): B
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toChainingOps[WLDiHyperEdge[N]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  130. def product[B >: N](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  131. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toOuterNode[WLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  132. def reduce[B >: N](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  133. def reduceLeft[B >: N](op: (B, N) => B): B
    Definition Classes
    IterableOnceOps
  134. def reduceLeftOption[B >: N](op: (B, N) => B): Option[B]
    Definition Classes
    IterableOnceOps
  135. def reduceOption[B >: N](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  136. def reduceRight[B >: N](op: (N, B) => B): B
    Definition Classes
    IterableOnceOps
  137. def reduceRightOption[B >: N](op: (N, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  138. def reversed: Iterable[N]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  139. def scan[B >: N](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  140. def scanLeft[B](z: B)(op: (B, N) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  141. def scanRight[B](z: B)(op: (N, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  142. val self: WLDiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toChainingOps[WLDiHyperEdge[N]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  143. def size: Int
    Definition Classes
    IterableOnceOps
  144. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  145. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  146. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  147. def slice(from: Int, until: Int): Iterable[N]
    Definition Classes
    IterableOps → IterableOnceOps
  148. def sliding(size: Int, step: Int): Iterator[Iterable[N]]
    Definition Classes
    IterableOps
  149. def sliding(size: Int): Iterator[Iterable[N]]
    Definition Classes
    IterableOps
  150. final def source: N

    The single source node of this directed edge.

    The single source node of this directed edge.

    Definition Classes
    DiHyperEdgeLike
    Annotations
    @inline()
  151. def sources: List[N]

    All source ends of this edge.

    All source ends of this edge.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  152. def span(p: (N) => Boolean): (Iterable[N], Iterable[N])
    Definition Classes
    IterableOps → IterableOnceOps
  153. def splitAt(n: Int): (Iterable[N], Iterable[N])
    Definition Classes
    IterableOps → IterableOnceOps
  154. def stepper[S <: Stepper[_]](implicit shape: StepperShape[N, S]): S
    Definition Classes
    IterableOnce
  155. def stringPrefix: String
    Definition Classes
    EdgeLike → Iterable
  156. def sum[B >: N](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  157. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  158. val t: WLDiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toTraversableEnrichments[N, WLDiHyperEdge] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  159. def tail: Iterable[N]
    Definition Classes
    IterableOps
  160. def tails: Iterator[Iterable[N]]
    Definition Classes
    IterableOps
  161. def take(n: Int): Iterable[N]
    Definition Classes
    IterableOps → IterableOnceOps
  162. def takeRight(n: Int): Iterable[N]
    Definition Classes
    IterableOps
  163. def takeWhile(p: (N) => Boolean): Iterable[N]
    Definition Classes
    IterableOps → IterableOnceOps
  164. def tap[U](f: (WLDiHyperEdge[N]) => U): WLDiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toChainingOps[WLDiHyperEdge[N]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  165. def tapEach[U](f: (N) => U): Iterable[N]
    Definition Classes
    IterableOps → IterableOnceOps
  166. final def target: N

    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.

    Definition Classes
    DiHyperEdgeLike
    Annotations
    @inline()
  167. def targets: Iterable[N]

    All target ends of this edge.

    All target ends of this edge.

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  168. final def thisSimpleClassName: String
    Attributes
    protected
    Definition Classes
    EdgeLike
  169. def to: N

    Synonym for target.

    Synonym for target.

    Definition Classes
    DiHyperEdgeLike
  170. def to[C1](factory: Factory[N, C1]): C1
    Definition Classes
    IterableOnceOps
  171. def toArray[B >: N](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  172. final def toBuffer[B >: N]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  173. def toIndexedSeq: IndexedSeq[N]
    Definition Classes
    IterableOnceOps
  174. def toList: List[N]
    Definition Classes
    IterableOnceOps
  175. def toMap[K, V](implicit ev: <:<[N, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  176. def toOuterNodes[E[+X] <: EdgeLike[X]]: Seq[InParam[N, E]]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toTraversableEnrichments[N, WLDiHyperEdge] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
    Definition Classes
    TraversableEnrichments
  177. def toSeq: Seq[N]
    Definition Classes
    IterableOnceOps
  178. def toSet[B >: N]: Set[B]
    Definition Classes
    IterableOnceOps
  179. def toString(): String
    Definition Classes
    EdgeLike → Iterable → AnyRef → Any
  180. def toStringWithParenthesis: Boolean
    Attributes
    protected
    Definition Classes
    EdgeLike
  181. def toVector: Vector[N]
    Definition Classes
    IterableOnceOps
  182. def transpose[B](implicit asIterable: (N) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  183. final def undirected: Boolean

    true if this edge is undirected.

    true if this edge is undirected.

    Definition Classes
    EdgeLike
    Annotations
    @inline()
  184. def unzip[A1, A2](implicit asPair: (N) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  185. def unzip3[A1, A2, A3](implicit asTriple: (N) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  186. final def validate: Unit

    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.

  187. val value: WLDiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toOuterNode[WLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  188. def view: View[N]
    Definition Classes
    IterableOps
  189. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  190. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  191. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  192. val weight: Double

    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.

    Definition Classes
    WHyperEdgeEdgeLike
  193. def withFilter(p: (N) => Boolean): WithFilter[N, Iterable]
    Definition Classes
    IterableOps
  194. def withSources[U](f: (N) => U): Unit

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

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

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  195. def withTargets[U](f: (N) => U): Unit

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

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

    Definition Classes
    DiHyperEdgeLikeEdgeLike
  196. def zip[B](that: scala.collection.IterableOnce[B]): Iterable[(N, B)]
    Definition Classes
    IterableOps
  197. def zipAll[A1 >: N, B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  198. def zipWithIndex: Iterable[(N, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  199. def ~[N >: NOld](n: N)(implicit endpointsKind: CollectionKind = Bag): HyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toHyperEdgeAssoc[N] performed by method HyperEdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    HyperEdgeAssoc
  200. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toEdgeAssoc[WLDiHyperEdge[N]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  201. def ~>[N >: NOld](n: N)(implicit targetsKind: CollectionKind = Bag): DiHyperEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toHyperEdgeAssoc[N] performed by method HyperEdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    HyperEdgeAssoc
  202. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toEdgeAssoc[WLDiHyperEdge[N]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toOuterNode[WLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
    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:
    (wLDiHyperEdge: OuterNode[WLDiHyperEdge[N]]).isDefined
    Definition Classes
    Param
  2. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toOuterNode[WLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
    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:
    (wLDiHyperEdge: OuterNode[WLDiHyperEdge[N]]).isEdge
    Definition Classes
    Param
  3. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toOuterNode[WLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
    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:
    (wLDiHyperEdge: OuterNode[WLDiHyperEdge[N]]).isIn
    Definition Classes
    InParamParam
  4. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toOuterNode[WLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
    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:
    (wLDiHyperEdge: OuterNode[WLDiHyperEdge[N]]).isNode
    Definition Classes
    NodeParam
  5. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toOuterNode[WLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
    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:
    (wLDiHyperEdge: OuterNode[WLDiHyperEdge[N]]).isOut
    Definition Classes
    Param
  6. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toOuterNode[WLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
    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:
    (wLDiHyperEdge: OuterNode[WLDiHyperEdge[N]]).stringPrefix
    Definition Classes
    NodeParam
  7. def toString(): String
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toOuterNode[WLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
    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:
    (wLDiHyperEdge: OuterNode[WLDiHyperEdge[N]]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. def ++:[B >: N](that: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  2. def /:[B](z: B)(op: (B, N) => B): B
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  3. final def /:[B](z: B)(op: (B, N) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  4. def :\[B](z: B)(op: (N, B) => B): B
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  5. final def :\[B](z: B)(op: (N, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  6. def aggregate[B](z: => B)(seqop: (B, N) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  7. def collectFirst[B](f: PartialFunction[N, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  8. def companion: IterableFactory[Iterable]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  9. def copyToBuffer(dest: Buffer[N]): Unit
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  10. final def copyToBuffer[B >: N](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  11. def count(f: (N) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  12. def exists(f: (N) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  13. def filter(f: (N) => Boolean): Iterator[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  15. def find(p: (N) => Boolean): Option[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  16. def flatMap[B](f: (N) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  17. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  18. def foldLeft[B](z: B)(op: (B, N) => B): B
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  19. def foldRight[B](z: B)(op: (N, B) => B): B
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  20. def forall(f: (N) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  21. def foreach[U](f: (N) => U): Unit
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toStringFormat[WLDiHyperEdge[N]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  23. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  24. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  25. def map[B](f: (N) => B): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  26. def max(implicit ord: Ordering[N]): N
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  27. def maxBy[B](f: (N) => B)(implicit cmp: Ordering[B]): N
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  28. def min(implicit ord: Ordering[N]): N
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  29. def minBy[B](f: (N) => B)(implicit cmp: Ordering[B]): N
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  30. def mkString: String
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  31. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  33. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  34. def product(implicit num: Numeric[N]): N
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  35. def reduce(f: (N, N) => N): N
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  36. def reduceLeft(f: (N, N) => N): N
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  37. def reduceLeftOption(f: (N, N) => N): Option[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  38. def reduceOption(f: (N, N) => N): Option[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  39. def reduceRight(f: (N, N) => N): N
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  40. def reduceRightOption(f: (N, N) => N): Option[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  41. final def repr: Iterable[N]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  42. def sameElements[B >: A](that: scala.collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  43. def seq: WLDiHyperEdge.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  44. def size: Int
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  45. def sum(implicit num: Numeric[N]): N
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  46. def to[C1](factory: Factory[N, C1]): C1
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  47. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  48. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  49. def toIndexedSeq: IndexedSeq[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  50. final def toIterable: Iterable[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  51. final def toIterable: WLDiHyperEdge.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  52. def toIterator: Iterator[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  53. final def toIterator: Iterator[N]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  54. def toList: List[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  55. def toMap[K, V](implicit ev: <:<[N, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  56. def toSeq: Seq[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  57. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  58. def toStream: Stream[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  59. final def toStream: Stream[N]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  60. final def toTraversable: Traversable[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  61. final def toTraversable: Traversable[N]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  62. def toVector: Vector[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  63. def view(from: Int, until: Int): View[N]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  64. def withFilter(f: (N) => Boolean): Iterator[N]
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toIterableOnceExtensionMethods[N] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (wLDiHyperEdge: IterableOnceExtensionMethods[N]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  65. def [B](y: B): (WLDiHyperEdge[N], B)
    Implicit
    This member is added by an implicit conversion from WLDiHyperEdge[N] toArrowAssoc[WLDiHyperEdge[N]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from DiHyperEdgeLike[N]

Inherited from EqDiHyper

Inherited from WLHyperEdge[N]

Inherited from WLEdge[N]

Inherited from LEdge[N]

Inherited from WHyperEdge[N]

Inherited from WEdge[N]

Inherited from HyperEdge[N]

Inherited from EqHyper

Inherited from OuterEdge[N, [+X]WLDiHyperEdge[X]]

Inherited from EdgeParam

Inherited from InParam[N, [+X]WLDiHyperEdge[X]]

Inherited from Param[N, [+X]WLDiHyperEdge[X]]

Inherited from EdgeCopy[[X]WHyperEdge[X]]

Inherited from EdgeLike[N]

Inherited from Serializable

Inherited from Eq

Inherited from Iterable[N]

Inherited from IterableOps[N, Iterable, Iterable[N]]

Inherited from IterableOnceOps[N, Iterable, Iterable[N]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromWLDiHyperEdge[N] to IterableOnceExtensionMethods[N]

Inherited by implicit conversion ChainingOps fromWLDiHyperEdge[N] to ChainingOps[WLDiHyperEdge[N]]

Inherited by implicit conversion HyperEdgeAssoc fromWLDiHyperEdge[N] to HyperEdgeAssoc[N]

Inherited by implicit conversion EdgeAssoc fromWLDiHyperEdge[N] to EdgeAssoc[WLDiHyperEdge[N]]

Inherited by implicit conversion TraversableEnrichments fromWLDiHyperEdge[N] to TraversableEnrichments[N, WLDiHyperEdge]

Inherited by implicit conversion anyToNode fromWLDiHyperEdge[N] to OuterNode[WLDiHyperEdge[N]]

Inherited by implicit conversion any2stringadd fromWLDiHyperEdge[N] to any2stringadd[WLDiHyperEdge[N]]

Inherited by implicit conversion StringFormat fromWLDiHyperEdge[N] to StringFormat[WLDiHyperEdge[N]]

Inherited by implicit conversion Ensuring fromWLDiHyperEdge[N] to Ensuring[WLDiHyperEdge[N]]

Inherited by implicit conversion ArrowAssoc fromWLDiHyperEdge[N] to ArrowAssoc[WLDiHyperEdge[N]]

Ungrouped