trait InnerEdge extends (GraphLike.this)#InnerEdge
- Alphabetic
- By Inheritance
- InnerEdge
- InnerEdge
- InnerElem
- Edge
- Serializable
- InnerEdgeParam
- EdgeParam
- OutParam
- Param
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- by iterableOnceExtensionMethods
- by EdgeAssoc
- by TraversableEnrichments
- by anyToNode
- by ChainingOps
- by toEdge
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def edge: E[(GraphLike.this)#NodeT]
The outer edge after transformation by means of the
copy
method.The outer edge after transformation by means of the
copy
method. This edge contains references to inner nodes while the original outer edge contained references to outer nodes.- Definition Classes
- InnerEdge → InnerEdgeParam
- abstract def iterator: Iterator[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnce
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- final def ++[B >: (GraphLike.this)#NodeT](suffix: scala.collection.IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def ->[B](y: B): ((GraphLike.this)#InnerEdge, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addString(b: StringBuilder): StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): StringBuilder
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- Definition Classes
- IterableOnceOps
- def adjacents: Set[(GraphLike.this)#EdgeT]
All connecting edges, that is all edges at any of the nodes incident with this edge.
All connecting edges, that is all edges at any of the nodes incident with this edge.
- returns
set of connecting edges including hooks.
- Definition Classes
- InnerEdge
- 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.
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- final def asEdgeT[N <: N, E[+X] <: EdgeLikeIn[X], G <: GraphBase[N, E]](g: G): GraphPredef.InnerEdgeParam.asEdgeT.G.EdgeT
- Attributes
- protected[collection]
- Definition Classes
- InnerEdgeParam
- final def asEdgeTProjection[N <: N, E[+X] <: EdgeLikeIn[X]]: GraphBase.EdgeT
- Attributes
- protected[collection]
- Definition Classes
- InnerEdgeParam
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(that: Any): Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike → Eq
- def className: String
- Attributes
- protected[this]
- Definition Classes
- Iterable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def coll: InnerEdge.this.type
- Attributes
- protected
- Definition Classes
- Iterable → IterableOps
- def collect[B](pf: PartialFunction[(GraphLike.this)#NodeT, B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[(GraphLike.this)#NodeT, B]): Option[B]
- Definition Classes
- IterableOnceOps
- def concat[B >: (GraphLike.this)#NodeT](suffix: scala.collection.IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps
- final def containingGraph: (GraphLike.this)#ThisGraph
The
Graph
instance that containsthis
inner edge. - final def contains[M >: N](node: M): Boolean
Same as
isAt
.Same as
isAt
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- Annotations
- @inline()
- def copyToArray[B >: (GraphLike.this)#NodeT](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: (GraphLike.this)#NodeT](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: (GraphLike.this)#NodeT](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: scala.collection.IterableOnce[B])(p: ((GraphLike.this)#NodeT, B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: ((GraphLike.this)#NodeT) => Boolean): Int
- Definition Classes
- IterableOnceOps
- def directed: Boolean
true
if this edge is directed.true
if this edge is directed.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def drop(n: Int): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def dropRight(n: Int): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps
- def dropWhile(p: ((GraphLike.this)#NodeT) => Boolean): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def empty: Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def ensuring(cond: ((GraphLike.this)#InnerEdge) => Boolean, msg: => Any): (GraphLike.this)#InnerEdge
- def ensuring(cond: ((GraphLike.this)#InnerEdge) => Boolean): (GraphLike.this)#InnerEdge
- def ensuring(cond: Boolean, msg: => Any): (GraphLike.this)#InnerEdge
- def ensuring(cond: Boolean): (GraphLike.this)#InnerEdge
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- InnerEdge → AnyRef → Any
- def exists(p: ((GraphLike.this)#NodeT) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(pred: ((GraphLike.this)#NodeT) => Boolean): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def filterNot(pred: ((GraphLike.this)#NodeT) => Boolean): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def find(p: ((GraphLike.this)#NodeT) => Boolean): Option[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- def flatMap[B](f: ((GraphLike.this)#NodeT) => scala.collection.IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: ((GraphLike.this)#NodeT) => scala.collection.IterableOnce[B]): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- final def fold[N <: N, E[+X] <: EdgeLikeIn[X], G <: GraphBase[N, E], T](g: G)(fa: (GraphPredef.InnerEdgeParam.fold.G.EdgeT) => T, fb: (GraphBase.EdgeT) => T): T
- Definition Classes
- InnerEdgeParam
- def fold[A1 >: (GraphLike.this)#NodeT](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, (GraphLike.this)#NodeT) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: ((GraphLike.this)#NodeT, B) => B): B
- Definition Classes
- IterableOnceOps
- def forall(p: ((GraphLike.this)#NodeT) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: ((GraphLike.this)#NodeT) => U): Unit
- Definition Classes
- IterableOnceOps
- def fromSpecific(coll: scala.collection.IterableOnce[(GraphLike.this)#NodeT]): Iterable[(GraphLike.this)#NodeT]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def groupBy[K](f: ((GraphLike.this)#NodeT) => K): Map[K, Iterable[(GraphLike.this)#NodeT]]
- Definition Classes
- IterableOps
- def groupMap[K, B](key: ((GraphLike.this)#NodeT) => K)(f: ((GraphLike.this)#NodeT) => B): Map[K, Iterable[B]]
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: ((GraphLike.this)#NodeT) => K)(f: ((GraphLike.this)#NodeT) => B)(reduce: (B, B) => B): Map[K, B]
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[Iterable[(GraphLike.this)#NodeT]]
- Definition Classes
- IterableOps
- def hasSource(pred: ((GraphLike.this)#NodeT) => Boolean): Boolean
true
if any source end of this edge fulfillspred
.true
if any source end of this edge fulfillspred
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def hasSource[M >: N](node: M): Boolean
true
ifnode
is a source of this edge.true
ifnode
is a source of this edge. In case this edge is undirected this method maps toisAt
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def hasTarget(pred: ((GraphLike.this)#NodeT) => Boolean): Boolean
true
if any target end of this edge fulfillspred
.true
if any target end of this edge fulfillspred
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def hasTarget[M >: N](node: M): Boolean
true
ifnode
is a target of this edge.true
ifnode
is a target of this edge. In case this edge is undirected this method maps toisAt
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def hashCode(): Int
- Definition Classes
- InnerEdge → AnyRef → Any
- def head: (GraphLike.this)#NodeT
- Definition Classes
- IterableOps
- def headOption: Option[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps
- def init: Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps
- def inits: Iterator[Iterable[(GraphLike.this)#NodeT]]
- Definition Classes
- IterableOps
- def isAt(pred: ((GraphLike.this)#NodeT) => Boolean): Boolean
true
if any end of this edge fulfillspred
.true
if any end of this edge fulfillspred
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def isAt[M >: N](node: M): Boolean
true
ifnode
is incident with this edge.true
ifnode
is incident with this edge.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- final def isContaining[N <: N, E[+X] <: EdgeLikeIn[X]](g: GraphBase[N, E]): Boolean
- Definition Classes
- InnerEdgeParam
- def isDefined: Boolean
- Definition Classes
- Param
- final def isDirected: Boolean
Same as
directed
.Same as
directed
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- Annotations
- @inline()
- final def isEdge: Boolean
- Definition Classes
- Param
- def isEmpty: Boolean
- Definition Classes
- IterableOnceOps
- 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.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def isIn: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLabeled: Boolean
true
if this edge is labeled.true
if this edge is labeled. See alsolabel
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- 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.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def isNode: Boolean
- Definition Classes
- EdgeParam
- final def isOut: Boolean
- Definition Classes
- Param
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOps → IterableOnceOps
- final def isUndirected: Boolean
Same as
undirected
.Same as
undirected
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- Annotations
- @inline()
- def iterableFactory: IterableFactory[Iterable]
- Definition Classes
- Iterable → IterableOps
- def knownSize: Int
- Definition Classes
- IterableOnce
- def label: Any
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 callingisLabeled
, 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 asLDiEdge
or define a custom edge class that mixes inExtendedKey
and addslabel
tokeyAttributes
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- Exceptions thrown
UnsupportedOperationException
if the edge is non-labeled.
- def last: (GraphLike.this)#NodeT
- Definition Classes
- IterableOps
- def lastOption: Option[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps
- def lazyZip[B](that: Iterable[B]): LazyZip2[(GraphLike.this)#NodeT, B, InnerEdge.this.type]
- Definition Classes
- Iterable
- def map[B](f: ((GraphLike.this)#NodeT) => B): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def matches(p1: ((GraphLike.this)#NodeT) => Boolean, p2: ((GraphLike.this)#NodeT) => Boolean): Boolean
true
if
a) two distinct ends of this undirected edge exist for whichp1
andp2
hold or
b)p1
holds for a source andp2
for a target of this directed edge.true
if
a) two distinct ends of this undirected edge exist for whichp1
andp2
hold or
b)p1
holds for a source andp2
for a target of this directed edge.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def matches[M >: N](n1: M, n2: M): Boolean
true
if
a) bothn1
andn2
are at this edge for an undirected edge
b)n1
is a source andn2
a target of this edge for a directed edge.true
if
a) bothn1
andn2
are at this edge for an undirected edge
b)n1
is a source andn2
a target of this edge for a directed edge.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def max[B >: (GraphLike.this)#NodeT](implicit ord: Ordering[B]): (GraphLike.this)#NodeT
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#NodeT
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): Option[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: (GraphLike.this)#NodeT](implicit ord: Ordering[B]): Option[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- def min[B >: (GraphLike.this)#NodeT](implicit ord: Ordering[B]): (GraphLike.this)#NodeT
- Definition Classes
- IterableOnceOps
- def minBy[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#NodeT
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): Option[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- def minOption[B >: (GraphLike.this)#NodeT](implicit ord: Ordering[B]): Option[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- val n1: (GraphLike.this)#InnerEdge
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toEdgeAssoc[(GraphLike.this)#InnerEdge] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newSpecificBuilder: Builder[(GraphLike.this)#NodeT, Iterable[(GraphLike.this)#NodeT]]
- Attributes
- protected
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def nodeSeq: Seq[(GraphLike.this)#NodeT]
Sequence of the end points of this edge.
Sequence of the end points of this edge.
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- final def nodes: Iterable[(GraphLike.this)#NodeT]
The inner nodes incident with this inner edge.
The inner nodes incident with this inner edge. This is just a synonym to
this
that extendsIterable[NodeT]
.- Definition Classes
- InnerEdge
- Annotations
- @inline()
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def nonHyperEdge: Boolean
true
if this edge has exactly two ends.true
if this edge has exactly two ends.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- Annotations
- @inline()
- final def nonLooping: Boolean
Same as
! looping
.Same as
! looping
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def partition(p: ((GraphLike.this)#NodeT) => Boolean): (Iterable[(GraphLike.this)#NodeT], Iterable[(GraphLike.this)#NodeT])
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: ((GraphLike.this)#NodeT) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
- Definition Classes
- IterableOps
- def pipe[B](f: ((GraphLike.this)#InnerEdge) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toChainingOps[(GraphLike.this)#InnerEdge] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def privateNodes: Set[(GraphLike.this)#NodeT]
Finds nodes of this edge which only participate in this edge.
Finds nodes of this edge which only participate in this edge.
- returns
those nodes of this edge which do not participate in any other edge
- Definition Classes
- InnerEdge
- def product[B >: (GraphLike.this)#NodeT](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def productElementNames: Iterator[String]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toOuterNode[(GraphLike.this)#InnerEdge] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Product
- def reduce[B >: (GraphLike.this)#NodeT](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: (GraphLike.this)#NodeT](op: (B, (GraphLike.this)#NodeT) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: (GraphLike.this)#NodeT](op: (B, (GraphLike.this)#NodeT) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: (GraphLike.this)#NodeT](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: (GraphLike.this)#NodeT](op: ((GraphLike.this)#NodeT, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: (GraphLike.this)#NodeT](op: ((GraphLike.this)#NodeT, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reversed: Iterable[(GraphLike.this)#NodeT]
- Attributes
- protected
- Definition Classes
- IterableOnceOps
- def scan[B >: (GraphLike.this)#NodeT](z: B)(op: (B, B) => B): Iterable[B]
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, (GraphLike.this)#NodeT) => B): Iterable[B]
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: ((GraphLike.this)#NodeT, B) => B): Iterable[B]
- Definition Classes
- IterableOps
- val self: (GraphLike.this)#InnerEdge
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toChainingOps[(GraphLike.this)#InnerEdge] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def size: Int
- Definition Classes
- IterableOnceOps
- def sizeCompare(that: Iterable[_]): Int
- Definition Classes
- IterableOps
- def sizeCompare(otherSize: Int): Int
- Definition Classes
- IterableOps
- final def sizeIs: SizeCompareOps
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[Iterable[(GraphLike.this)#NodeT]]
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[Iterable[(GraphLike.this)#NodeT]]
- Definition Classes
- IterableOps
- def sources: Iterable[(GraphLike.this)#NodeT]
All source ends of this edge.
All source ends of this edge.
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def span(p: ((GraphLike.this)#NodeT) => Boolean): (Iterable[(GraphLike.this)#NodeT], Iterable[(GraphLike.this)#NodeT])
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (Iterable[(GraphLike.this)#NodeT], Iterable[(GraphLike.this)#NodeT])
- Definition Classes
- IterableOps → IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[(GraphLike.this)#NodeT, S]): S
- Definition Classes
- IterableOnce
- def stringPrefix: String
- Definition Classes
- InnerEdge → InnerEdgeParam → Iterable
- def sum[B >: (GraphLike.this)#NodeT](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val t: Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toTraversableEnrichments[(GraphLike.this)#NodeT, Iterable] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
- Definition Classes
- TraversableEnrichments
- def tail: Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps
- def tails: Iterator[Iterable[(GraphLike.this)#NodeT]]
- Definition Classes
- IterableOps
- def take(n: Int): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def takeRight(n: Int): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps
- def takeWhile(p: ((GraphLike.this)#NodeT) => Boolean): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def tap[U](f: ((GraphLike.this)#InnerEdge) => U): (GraphLike.this)#InnerEdge
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toChainingOps[(GraphLike.this)#InnerEdge] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def tapEach[U](f: ((GraphLike.this)#NodeT) => U): Iterable[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps → IterableOnceOps
- def targets: Iterable[(GraphLike.this)#NodeT]
All target ends of this edge.
All target ends of this edge.
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def to: (GraphLike.this)#NodeT
The head (target node) of a directed edge or
_2
otherwise.The head (target node) of a directed edge or
_2
otherwise.- Definition Classes
- InnerEdge
- def to[C1](factory: Factory[(GraphLike.this)#NodeT, C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: (GraphLike.this)#NodeT](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: (GraphLike.this)#NodeT]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def toEdgeT[N <: N, E[+X] <: EdgeLikeIn[X], G <: GraphBase[N, E]](g: G)(f: (GraphBase.EdgeT) => GraphPredef.InnerEdgeParam.toEdgeT.G.EdgeT): GraphPredef.InnerEdgeParam.toEdgeT.G.EdgeT
- Definition Classes
- InnerEdgeParam
- def toIndexedSeq: IndexedSeq[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- def toList: List[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[(GraphLike.this)#NodeT, (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- def toOuter: E[N]
Reconstructs the outer edge by means of the
copy
method.Reconstructs the outer edge by means of the
copy
method.- Definition Classes
- InnerEdge
- def toOuterNodes[E[+X] <: EdgeLike[X]]: Seq[InParam[(GraphLike.this)#NodeT, E]]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toTraversableEnrichments[(GraphLike.this)#NodeT, Iterable] performed by method TraversableEnrichments in scalax.collection.GraphPredef.
- Definition Classes
- TraversableEnrichments
- def toSeq: Seq[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- def toSet[B >: (GraphLike.this)#NodeT]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- InnerEdge → InnerEdgeParam → Iterable → AnyRef → Any
- def toVector: Vector[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: ((GraphLike.this)#NodeT) => Iterable[B]): Iterable[Iterable[B]]
- Definition Classes
- IterableOps
- final def undirected: Boolean
true
if this edge is undirected.true
if this edge is undirected.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- Annotations
- @inline()
- def unzip[A1, A2](implicit asPair: ((GraphLike.this)#NodeT) => (A1, A2)): (Iterable[A1], Iterable[A2])
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: ((GraphLike.this)#NodeT) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- Definition Classes
- IterableOps
- val value: (GraphLike.this)#InnerEdge
- def view: View[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def 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 asWDiEdge
or define a custom edge class that mixes inExtendedKey
and addsweight
tokeyAttributes
.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def withFilter(p: ((GraphLike.this)#NodeT) => Boolean): WithFilter[(GraphLike.this)#NodeT, Iterable]
- Definition Classes
- IterableOps
- def withSources[U](f: ((GraphLike.this)#NodeT) => 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.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def withTargets[U](f: ((GraphLike.this)#NodeT) => 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.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- Definition Classes
- EdgeLike
- def zip[B](that: scala.collection.IterableOnce[B]): Iterable[((GraphLike.this)#NodeT, B)]
- Definition Classes
- IterableOps
- def zipAll[A1 >: (GraphLike.this)#NodeT, B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
- Definition Classes
- IterableOps
- def zipWithIndex: Iterable[((GraphLike.this)#NodeT, Int)]
- Definition Classes
- IterableOps → IterableOnceOps
- def ~[N >: N1](n2: N): UnDiEdge[N]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toEdgeAssoc[(GraphLike.this)#InnerEdge] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
- def ~>[N >: N1](n2: N): DiEdge[N]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toEdgeAssoc[(GraphLike.this)#InnerEdge] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
- final def ~~: Set[(GraphLike.this)#EdgeT]
Synonym for
adjacents
.Synonym for
adjacents
.- Definition Classes
- InnerEdge
- Annotations
- @inline()
Shadowed Implicit Value Members
- final def ++[B >: (GraphLike.this)#NodeT](suffix: scala.collection.IterableOnce[B]): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).++(suffix)
- Definition Classes
- IterableOps
- Annotations
- @inline()
- final def addString(b: StringBuilder): StringBuilder
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).addString(b)
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): StringBuilder
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).addString(b, sep)
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).addString(b, start, sep, end)
- Definition Classes
- IterableOnceOps
- def collect[B](pf: PartialFunction[(GraphLike.this)#NodeT, B]): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).collect(pf)
- Definition Classes
- IterableOps → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[(GraphLike.this)#NodeT, B]): Option[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).collectFirst(pf)
- Definition Classes
- IterableOnceOps
- def concat[B >: (GraphLike.this)#NodeT](suffix: scala.collection.IterableOnce[B]): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).concat(suffix)
- Definition Classes
- IterableOps
- def copyToArray[B >: (GraphLike.this)#NodeT](xs: Array[B], start: Int, len: Int): Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).copyToArray(xs, start, len)
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: (GraphLike.this)#NodeT](xs: Array[B], start: Int): Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).copyToArray(xs, start)
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: (GraphLike.this)#NodeT](xs: Array[B]): Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).copyToArray(xs)
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: scala.collection.IterableOnce[B])(p: ((GraphLike.this)#NodeT, B) => Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).corresponds(that)(p)
- Definition Classes
- IterableOnceOps
- def count(p: ((GraphLike.this)#NodeT) => Boolean): Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).count(p)
- Definition Classes
- IterableOnceOps
- def drop(n: Int): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).drop(n)
- Definition Classes
- IterableOps → IterableOnceOps
- def dropRight(n: Int): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).dropRight(n)
- Definition Classes
- IterableOps
- def dropWhile(p: ((GraphLike.this)#NodeT) => Boolean): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).dropWhile(p)
- Definition Classes
- IterableOps → IterableOnceOps
- def edge: EdgeLike[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).edge
- Definition Classes
- OuterEdge
- def empty: Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).empty
- Definition Classes
- IterableFactoryDefaults → IterableOps
- def equals(other: Any): Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).equals(other)
- Definition Classes
- EdgeLike → AnyRef → Any
- def exists(p: ((GraphLike.this)#NodeT) => Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).exists(p)
- Definition Classes
- IterableOnceOps
- def filter(pred: ((GraphLike.this)#NodeT) => Boolean): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).filter(pred)
- Definition Classes
- IterableOps → IterableOnceOps
- def filterNot(pred: ((GraphLike.this)#NodeT) => Boolean): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).filterNot(pred)
- Definition Classes
- IterableOps → IterableOnceOps
- def find(p: ((GraphLike.this)#NodeT) => Boolean): Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).find(p)
- Definition Classes
- IterableOnceOps
- def flatMap[B](f: ((GraphLike.this)#NodeT) => scala.collection.IterableOnce[B]): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).flatMap(f)
- Definition Classes
- IterableOps → IterableOnceOps
- def flatten[B](implicit asIterable: ((GraphLike.this)#NodeT) => scala.collection.IterableOnce[B]): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).flatten(asIterable)
- Definition Classes
- IterableOps → IterableOnceOps
- def fold[A1 >: (GraphLike.this)#NodeT](z: A1)(op: (A1, A1) => A1): A1
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).fold(z)(op)
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, (GraphLike.this)#NodeT) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).foldLeft(z)(op)
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: ((GraphLike.this)#NodeT, B) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).foldRight(z)(op)
- Definition Classes
- IterableOnceOps
- def forall(p: ((GraphLike.this)#NodeT) => Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).forall(p)
- Definition Classes
- IterableOnceOps
- def foreach[U](f: ((GraphLike.this)#NodeT) => U): Unit
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).foreach(f)
- Definition Classes
- IterableOnceOps
- def groupBy[K](f: ((GraphLike.this)#NodeT) => K): Map[K, Iterable[(GraphLike.this)#NodeT]]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).groupBy(f)
- Definition Classes
- IterableOps
- def groupMap[K, B](key: ((GraphLike.this)#NodeT) => K)(f: ((GraphLike.this)#NodeT) => B): Map[K, Iterable[B]]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).groupMap(key)(f)
- Definition Classes
- IterableOps
- def groupMapReduce[K, B](key: ((GraphLike.this)#NodeT) => K)(f: ((GraphLike.this)#NodeT) => B)(reduce: (B, B) => B): Map[K, B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).groupMapReduce(key)(f)(reduce)
- Definition Classes
- IterableOps
- def grouped(size: Int): Iterator[Iterable[(GraphLike.this)#NodeT]]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).grouped(size)
- Definition Classes
- IterableOps
- def hashCode(): Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).hashCode()
- Definition Classes
- EdgeLike → AnyRef → Any
- def head: (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).head
- Definition Classes
- IterableOps
- def headOption: Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).headOption
- Definition Classes
- IterableOps
- def init: Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).init
- Definition Classes
- IterableOps
- def inits: Iterator[Iterable[(GraphLike.this)#NodeT]]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).inits
- Definition Classes
- IterableOps
- def isDefined: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toOuterNode[(GraphLike.this)#InnerEdge] 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:(innerEdge: OuterNode[(GraphLike.this)#InnerEdge]).isDefined
- Definition Classes
- Param
- def isDefined: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).isDefined
- Definition Classes
- Param
- final def isEdge: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toOuterNode[(GraphLike.this)#InnerEdge] 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:(innerEdge: OuterNode[(GraphLike.this)#InnerEdge]).isEdge
- Definition Classes
- Param
- final def isEdge: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).isEdge
- Definition Classes
- Param
- def isEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).isEmpty
- Definition Classes
- IterableOnceOps
- def isIn: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toOuterNode[(GraphLike.this)#InnerEdge] 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:(innerEdge: OuterNode[(GraphLike.this)#InnerEdge]).isIn
- Definition Classes
- InParam → Param
- def isIn: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).isIn
- Definition Classes
- InParam → Param
- def isNode: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toOuterNode[(GraphLike.this)#InnerEdge] 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:(innerEdge: OuterNode[(GraphLike.this)#InnerEdge]).isNode
- Definition Classes
- NodeParam
- def isNode: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).isNode
- Definition Classes
- EdgeParam
- final def isOut: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toOuterNode[(GraphLike.this)#InnerEdge] 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:(innerEdge: OuterNode[(GraphLike.this)#InnerEdge]).isOut
- Definition Classes
- Param
- final def isOut: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).isOut
- Definition Classes
- Param
- def isTraversableAgain: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).isTraversableAgain
- Definition Classes
- IterableOps → IterableOnceOps
- def iterableFactory: IterableFactory[Iterable]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).iterableFactory
- Definition Classes
- Iterable → IterableOps
- def iterator: Iterator[(GraphLike.this)#NodeT]
Iterator for the nodes (end-points) of this edge.
Iterator for the nodes (end-points) of this edge.
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).iterator
- Definition Classes
- EdgeLike → IterableOnce
- def knownSize: Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).knownSize
- Definition Classes
- IterableOnce
- def last: (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).last
- Definition Classes
- IterableOps
- def lastOption: Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).lastOption
- Definition Classes
- IterableOps
- def lazyZip[B]: ([B](that: Iterable[B]): scala.collection.LazyZip2[GraphLike.this.NodeT,B,_1.type]) forSome {val _1: E[(GraphLike.this)#NodeT]}
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).lazyZip
- Definition Classes
- Iterable
- def map[B](f: ((GraphLike.this)#NodeT) => B): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).map(f)
- Definition Classes
- IterableOps → IterableOnceOps
- def max[B >: (GraphLike.this)#NodeT](implicit ord: Ordering[B]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).max(ord)
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).maxBy(f)(cmp)
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).maxByOption(f)(cmp)
- Definition Classes
- IterableOnceOps
- def maxOption[B >: (GraphLike.this)#NodeT](implicit ord: Ordering[B]): Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).maxOption(ord)
- Definition Classes
- IterableOnceOps
- def min[B >: (GraphLike.this)#NodeT](implicit ord: Ordering[B]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).min(ord)
- Definition Classes
- IterableOnceOps
- def minBy[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).minBy(f)(cmp)
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).minByOption(f)(cmp)
- Definition Classes
- IterableOnceOps
- def minOption[B >: (GraphLike.this)#NodeT](implicit ord: Ordering[B]): Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).minOption(ord)
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).mkString
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).mkString(sep)
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).mkString(start, sep, end)
- Definition Classes
- IterableOnceOps
- def 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.- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).nodes
- Definition Classes
- EdgeLike
- def nonEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).nonEmpty
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def partition(p: ((GraphLike.this)#NodeT) => Boolean): (Iterable[(GraphLike.this)#NodeT], Iterable[(GraphLike.this)#NodeT])
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).partition(p)
- Definition Classes
- IterableOps
- def partitionMap[A1, A2](f: ((GraphLike.this)#NodeT) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).partitionMap(f)
- Definition Classes
- IterableOps
- def product[B >: (GraphLike.this)#NodeT](implicit num: Numeric[B]): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).product(num)
- Definition Classes
- IterableOnceOps
- def reduce[B >: (GraphLike.this)#NodeT](op: (B, B) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).reduce(op)
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: (GraphLike.this)#NodeT](op: (B, (GraphLike.this)#NodeT) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).reduceLeft(op)
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: (GraphLike.this)#NodeT](op: (B, (GraphLike.this)#NodeT) => B): Option[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).reduceLeftOption(op)
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: (GraphLike.this)#NodeT](op: (B, B) => B): Option[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).reduceOption(op)
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: (GraphLike.this)#NodeT](op: ((GraphLike.this)#NodeT, B) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).reduceRight(op)
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: (GraphLike.this)#NodeT](op: ((GraphLike.this)#NodeT, B) => B): Option[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).reduceRightOption(op)
- Definition Classes
- IterableOnceOps
- def scan[B >: (GraphLike.this)#NodeT](z: B)(op: (B, B) => B): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).scan(z)(op)
- Definition Classes
- IterableOps
- def scanLeft[B](z: B)(op: (B, (GraphLike.this)#NodeT) => B): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).scanLeft(z)(op)
- Definition Classes
- IterableOps → IterableOnceOps
- def scanRight[B](z: B)(op: ((GraphLike.this)#NodeT, B) => B): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).scanRight(z)(op)
- Definition Classes
- IterableOps
- def size: Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).size
- Definition Classes
- IterableOnceOps
- def sizeCompare(that: Iterable[_]): Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).sizeCompare(that)
- Definition Classes
- IterableOps
- def sizeCompare(otherSize: Int): Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).sizeCompare(otherSize)
- Definition Classes
- IterableOps
- final def sizeIs: SizeCompareOps
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).sizeIs
- Definition Classes
- IterableOps
- Annotations
- @inline()
- def slice(from: Int, until: Int): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).slice(from, until)
- Definition Classes
- IterableOps → IterableOnceOps
- def sliding(size: Int, step: Int): Iterator[Iterable[(GraphLike.this)#NodeT]]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).sliding(size, step)
- Definition Classes
- IterableOps
- def sliding(size: Int): Iterator[Iterable[(GraphLike.this)#NodeT]]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).sliding(size)
- Definition Classes
- IterableOps
- def span(p: ((GraphLike.this)#NodeT) => Boolean): (Iterable[(GraphLike.this)#NodeT], Iterable[(GraphLike.this)#NodeT])
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).span(p)
- Definition Classes
- IterableOps → IterableOnceOps
- def splitAt(n: Int): (Iterable[(GraphLike.this)#NodeT], Iterable[(GraphLike.this)#NodeT])
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).splitAt(n)
- Definition Classes
- IterableOps → IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[(GraphLike.this)#NodeT, S]): S
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).stepper(shape)
- Definition Classes
- IterableOnce
- def stringPrefix: String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toOuterNode[(GraphLike.this)#InnerEdge] 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:(innerEdge: OuterNode[(GraphLike.this)#InnerEdge]).stringPrefix
- Definition Classes
- NodeParam
- def stringPrefix: String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).stringPrefix
- Definition Classes
- EdgeLike → Iterable
- def sum[B >: (GraphLike.this)#NodeT](implicit num: Numeric[B]): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).sum(num)
- Definition Classes
- IterableOnceOps
- def tail: Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).tail
- Definition Classes
- IterableOps
- def tails: Iterator[Iterable[(GraphLike.this)#NodeT]]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).tails
- Definition Classes
- IterableOps
- def take(n: Int): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).take(n)
- Definition Classes
- IterableOps → IterableOnceOps
- def takeRight(n: Int): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).takeRight(n)
- Definition Classes
- IterableOps
- def takeWhile(p: ((GraphLike.this)#NodeT) => Boolean): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).takeWhile(p)
- Definition Classes
- IterableOps → IterableOnceOps
- def tapEach[U](f: ((GraphLike.this)#NodeT) => U): Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).tapEach(f)
- Definition Classes
- IterableOps → IterableOnceOps
- def to[C1](factory: Factory[(GraphLike.this)#NodeT, C1]): C1
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).to(factory)
- Definition Classes
- IterableOnceOps
- def toArray[B >: (GraphLike.this)#NodeT](implicit arg0: ClassTag[B]): Array[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toArray(arg0)
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: (GraphLike.this)#NodeT]: Buffer[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toBuffer
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def toIndexedSeq: IndexedSeq[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toIndexedSeq
- Definition Classes
- IterableOnceOps
- def toList: List[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toList
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[(GraphLike.this)#NodeT, (K, V)]): Map[K, V]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toMap(ev)
- Definition Classes
- IterableOnceOps
- def toSeq: Seq[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toSeq
- Definition Classes
- IterableOnceOps
- def toSet[B >: (GraphLike.this)#NodeT]: Set[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toSet
- Definition Classes
- IterableOnceOps
- def toString(): String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toOuterNode[(GraphLike.this)#InnerEdge] 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:(innerEdge: OuterNode[(GraphLike.this)#InnerEdge]).toString()
- Definition Classes
- NodeParam → AnyRef → Any
- def toString(): String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toString()
- Definition Classes
- EdgeLike → Iterable → AnyRef → Any
- def toVector: Vector[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toVector
- Definition Classes
- IterableOnceOps
- def transpose[B](implicit asIterable: ((GraphLike.this)#NodeT) => Iterable[B]): Iterable[Iterable[B]]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).transpose(asIterable)
- Definition Classes
- IterableOps
- def unzip[A1, A2](implicit asPair: ((GraphLike.this)#NodeT) => (A1, A2)): (Iterable[A1], Iterable[A2])
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).unzip(asPair)
- Definition Classes
- IterableOps
- def unzip3[A1, A2, A3](implicit asTriple: ((GraphLike.this)#NodeT) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).unzip3(asTriple)
- Definition Classes
- IterableOps
- def view: View[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).view
- Definition Classes
- IterableOps
- def withFilter(p: ((GraphLike.this)#NodeT) => Boolean): WithFilter[(GraphLike.this)#NodeT, Iterable]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).withFilter(p)
- Definition Classes
- IterableOps
- def zip[B](that: scala.collection.IterableOnce[B]): Iterable[((GraphLike.this)#NodeT, B)]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).zip(that)
- Definition Classes
- IterableOps
- def zipAll[A1 >: (GraphLike.this)#NodeT, B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).zipAll(that, thisElem, thatElem)
- Definition Classes
- IterableOps
- def zipWithIndex: Iterable[((GraphLike.this)#NodeT, Int)]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).zipWithIndex
- Definition Classes
- IterableOps → IterableOnceOps
Deprecated Value Members
- def ++:[B >: (GraphLike.this)#NodeT](that: scala.collection.IterableOnce[B]): Iterable[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).++:(that)
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable
- def ++:[B >: (GraphLike.this)#NodeT](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
- def /:[B](z: B)(op: (B, (GraphLike.this)#NodeT) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT])./:(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldLeft instead
- final def /:[B](z: B)(op: (B, (GraphLike.this)#NodeT) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT])./:(z)(op)
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
- final def /:[B](z: B)(op: (B, (GraphLike.this)#NodeT) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldLeft instead of /:
- def :\[B](z: B)(op: ((GraphLike.this)#NodeT, B) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).:\(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldRight instead
- final def :\[B](z: B)(op: ((GraphLike.this)#NodeT, B) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).:\(z)(op)
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldRight instead of :\
- final def :\[B](z: B)(op: ((GraphLike.this)#NodeT, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use foldRight instead of :\
- def aggregate[B](z: => B)(seqop: (B, (GraphLike.this)#NodeT) => B, combop: (B, B) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).aggregate(z)(seqop, combop)
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0)
aggregate
is not relevant for sequential collections. UsefoldLeft(z)(seqop)
instead.
- def aggregate[B](z: => B)(seqop: (B, (GraphLike.this)#NodeT) => B, combop: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0)
aggregate
is not relevant for sequential collections. UsefoldLeft(z)(seqop)
instead.
- def collectFirst[B](f: PartialFunction[(GraphLike.this)#NodeT, B]): Option[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).collectFirst(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.collectFirst(...) instead
- def companion: IterableFactory[Iterable]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).companion
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding() @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- def companion: IterableFactory[Iterable]
- Definition Classes
- IterableOps
- Annotations
- @deprecated @deprecatedOverriding() @inline()
- Deprecated
(Since version 2.13.0) Use iterableFactory instead
- def copyToBuffer(dest: Buffer[(GraphLike.this)#NodeT]): Unit
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).copyToBuffer(dest)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.copyToBuffer(...) instead
- final def copyToBuffer[B >: (GraphLike.this)#NodeT](dest: Buffer[B]): Unit
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).copyToBuffer(dest)
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
dest ++= coll
instead
- final def copyToBuffer[B >: (GraphLike.this)#NodeT](dest: Buffer[B]): Unit
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
dest ++= coll
instead
- def count(f: ((GraphLike.this)#NodeT) => Boolean): Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).count(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.count(...) instead
- def exists(f: ((GraphLike.this)#NodeT) => Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).exists(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.exists(...) instead
- def filter(f: ((GraphLike.this)#NodeT) => Boolean): Iterator[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).filter(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.filter(...) instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def find(p: ((GraphLike.this)#NodeT) => Boolean): Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).find(p)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.find instead
- def flatMap[B](f: ((GraphLike.this)#NodeT) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).flatMap(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable
- def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).fold(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.fold instead
- def foldLeft[B](z: B)(op: (B, (GraphLike.this)#NodeT) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).foldLeft(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldLeft instead
- def foldRight[B](z: B)(op: ((GraphLike.this)#NodeT, B) => B): B
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).foldRight(z)(op)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foldRight instead
- def forall(f: ((GraphLike.this)#NodeT) => Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).forall(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.forall(...) instead
- def foreach[U](f: ((GraphLike.this)#NodeT) => U): Unit
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).foreach(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.foreach(...) instead
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toStringFormat[(GraphLike.this)#InnerEdge] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def hasDefiniteSize: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).hasDefiniteSize
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)
- 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)
- def isEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).isEmpty
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.isEmpty instead
- def map[B](f: ((GraphLike.this)#NodeT) => B): scala.collection.IterableOnce[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).map(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable
- def max(implicit ord: Ordering[(GraphLike.this)#NodeT]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).max(ord)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.max instead
- def maxBy[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).maxBy(f)(cmp)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.maxBy(...) instead
- def min(implicit ord: Ordering[(GraphLike.this)#NodeT]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).min(ord)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.min instead
- def minBy[B](f: ((GraphLike.this)#NodeT) => B)(implicit cmp: Ordering[B]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).minBy(f)(cmp)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.minBy(...) instead
- def mkString: String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).mkString
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.mkString instead
- def mkString(sep: String): String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).mkString(sep)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.mkString instead
- def mkString(start: String, sep: String, end: String): String
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).mkString(start, sep, end)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.mkString instead
- def nonEmpty: Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).nonEmpty
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.nonEmpty instead
- def product(implicit num: Numeric[(GraphLike.this)#NodeT]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).product(num)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.product instead
- def reduce(f: ((GraphLike.this)#NodeT, (GraphLike.this)#NodeT) => (GraphLike.this)#NodeT): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).reduce(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduce(...) instead
- def reduceLeft(f: ((GraphLike.this)#NodeT, (GraphLike.this)#NodeT) => (GraphLike.this)#NodeT): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).reduceLeft(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceLeft(...) instead
- def reduceLeftOption(f: ((GraphLike.this)#NodeT, (GraphLike.this)#NodeT) => (GraphLike.this)#NodeT): Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).reduceLeftOption(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead
- def reduceOption(f: ((GraphLike.this)#NodeT, (GraphLike.this)#NodeT) => (GraphLike.this)#NodeT): Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).reduceOption(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceOption(...) instead
- def reduceRight(f: ((GraphLike.this)#NodeT, (GraphLike.this)#NodeT) => (GraphLike.this)#NodeT): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).reduceRight(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceRight(...) instead
- def reduceRightOption(f: ((GraphLike.this)#NodeT, (GraphLike.this)#NodeT) => (GraphLike.this)#NodeT): Option[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).reduceRightOption(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.reduceRightOption(...) instead
- final def repr: Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).repr
- 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
- final def repr: Iterable[(GraphLike.this)#NodeT]
- 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
- def sameElements[B >: A](that: scala.collection.IterableOnce[B]): Boolean
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.sameElements instead
- def seq: E[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).seq
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- def seq: InnerEdge.this.type
- Definition Classes
- Iterable
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterable.seq always returns the iterable itself
- def size: Int
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).size
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.size instead
- def sum(implicit num: Numeric[(GraphLike.this)#NodeT]): (GraphLike.this)#NodeT
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).sum(num)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.sum instead
- def to[C1](factory: Factory[(GraphLike.this)#NodeT, C1]): C1
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).to(factory)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(factory) instead
- def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toArray(arg0)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.toArray
- def toBuffer[B >: A]: Buffer[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toBuffer
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead
- def toEdgeIn: E[N]
- Definition Classes
- InnerEdge
- Annotations
- @deprecated
- Deprecated
(Since version 1.8.0) Use toOuter instead
- def toIndexedSeq: IndexedSeq[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toIndexedSeq
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.toIndexedSeq instead
- final def toIterable: Iterable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toIterable
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Iterable) instead
- final def toIterable: E[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toIterable
- 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
ortoSeq
, but it doesn't copy non-immutable collections
- final def toIterable: InnerEdge.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
ortoSeq
, but it doesn't copy non-immutable collections
- def toIterator: Iterator[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toIterator
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead
- final def toIterator: Iterator[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toIterator
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- final def toIterator: Iterator[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator instead of .toIterator
- def toList: List[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toList
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(List) instead
- def toMap[K, V](implicit ev: <:<[(GraphLike.this)#NodeT, (K, V)]): Map[K, V]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toMap(ev)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.to(Map) instead
- def toSeq: Seq[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toSeq
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Seq) instead
- def toSet[B >: A]: Set[B]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toSet
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Set) instead
- def toStream: Stream[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toStream
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(LazyList) instead
- final def toStream: Stream[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toStream
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- final def toStream: Stream[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .to(LazyList) instead of .toStream
- final def toTraversable: Traversable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toTraversable
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Iterable) instead
- final def toTraversable: Traversable[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).toTraversable
- 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
ortoSeq
, but it doesn't copy non-immutable collections
- final def toTraversable: Traversable[(GraphLike.this)#NodeT]
- 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
ortoSeq
, but it doesn't copy non-immutable collections
- def toVector: Vector[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).toVector
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use .iterator.to(Vector) instead
- def view(from: Int, until: Int): View[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toE[(GraphLike.this)#NodeT] performed by method toEdge in scalax.collection.GraphPredef.InnerEdgeParam.
- 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:(innerEdge: E[(GraphLike.this)#NodeT]).view(from, until)
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)
- def view(from: Int, until: Int): View[(GraphLike.this)#NodeT]
- Definition Classes
- IterableOps
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)
- def withFilter(f: ((GraphLike.this)#NodeT) => Boolean): Iterator[(GraphLike.this)#NodeT]
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toIterableOnceExtensionMethods[(GraphLike.this)#NodeT] 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:(innerEdge: IterableOnceExtensionMethods[(GraphLike.this)#NodeT]).withFilter(f)
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use .iterator.withFilter(...) instead
- def →[B](y: B): ((GraphLike.this)#InnerEdge, B)
- Implicit
- This member is added by an implicit conversion from (GraphLike.this)#InnerEdge toArrowAssoc[(GraphLike.this)#InnerEdge] 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.
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.