implicit final class EdgeAssoc[N1] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EdgeAssoc
- AnyVal
- Any
Implicitly
- by anyToNode
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
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 formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
isDefined: Boolean
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] to OuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
-
def
isEdge: Boolean
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] to OuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- 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] to OuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- def isOut: Boolean
- val n1: N1
-
def
stringPrefix: String
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] to OuterNode[EdgeAssoc[N1]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
-
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()
- def →[B](y: B): (EdgeAssoc[N1], B)
Shadowed Implicit Value Members
-
def
toString(): String
- Implicit
- This member is added by an implicit conversion from EdgeAssoc[N1] to OuterNode[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
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
.