implicit final class EdgeAssoc[N1] extends AnyVal
- Alphabetic
- By Inheritance
- EdgeAssoc
- AnyVal
- Any
- by anyToNode
- by ChainingOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new EdgeAssoc(n1: N1)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (EdgeAssoc[N1], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (EdgeAssoc[N1]) => Boolean, msg: => Any): EdgeAssoc[N1]
- def ensuring(cond: (EdgeAssoc[N1]) => Boolean): EdgeAssoc[N1]
- def ensuring(cond: Boolean, msg: => Any): EdgeAssoc[N1]
- def ensuring(cond: Boolean): EdgeAssoc[N1]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isDefined: Boolean
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toOuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- final def isEdge: Boolean
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toOuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- def isIn: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNode: Boolean
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toOuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- final def isOut: Boolean
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toOuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- val n1: N1
- def pipe[B](f: (EdgeAssoc[N1]) => B): B
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toChainingOps[EdgeAssoc[N1]] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def productElementNames: Iterator[String]
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toOuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Product
- val self: EdgeAssoc[N1]
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toChainingOps[EdgeAssoc[N1]] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def stringPrefix: String
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toOuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- def tap[U](f: (EdgeAssoc[N1]) => U): EdgeAssoc[N1]
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toChainingOps[EdgeAssoc[N1]] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def toString(): String
- Definition Classes
- Any
- val value: EdgeAssoc[N1]
- def ~[N >: N1](n2: N): UnDiEdge[N]
- Annotations
- @inline()
- def ~>[N >: N1](n2: N): DiEdge[N]
- Annotations
- @inline()
Shadowed Implicit Value Members
- def toString(): String
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toOuterNode[EdgeAssoc[N1]] 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:(edgeAssoc: OuterNode[EdgeAssoc[N1]]).toString()
- Definition Classes
- NodeParam → AnyRef → Any
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toStringFormat[EdgeAssoc[N1]] 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 →[B](y: B): (EdgeAssoc[N1], B)
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] toArrowAssoc[EdgeAssoc[N1]] 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
.