scalax.collection.GraphPredef

EdgeAssoc

implicit final class EdgeAssoc[N1] extends AnyVal

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EdgeAssoc
  2. AnyVal
  3. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EdgeAssoc(n1: N1)

Value Members

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

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

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

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to any2stringadd[EdgeAssoc[N1]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EdgeAssoc[N1], B)

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to ArrowAssoc[EdgeAssoc[N1]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def ensuring(cond: (EdgeAssoc[N1]) ⇒ Boolean, msg: ⇒ Any): EdgeAssoc[N1]

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

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

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

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to Ensuring[EdgeAssoc[N1]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to StringFormat[EdgeAssoc[N1]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  12. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  13. def isDefined: Boolean

    Implicit information
    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
  14. def isEdge: Boolean

    Implicit information
    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
  15. def isIn: Boolean

    Implicit information
    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
    InParamParam
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def isNode: Boolean

    Implicit information
    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
  18. def isOut: Boolean

    Implicit information
    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
    InParamParam
  19. val n1: N1

  20. def stringPrefix: String

    Implicit information
    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
  21. def toString(): String

    Definition Classes
    Any
  22. val value: EdgeAssoc[N1]

    Implicit information
    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
    OuterNodeNodeParam
  23. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

    Annotations
    @inline()
  24. def ~>[N >: N1, N2 <: N](n2: N2): DiEdge[N]

    Annotations
    @inline()
  25. def [B](y: B): (EdgeAssoc[N1], B)

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

Shadowed Implicit Value Members

  1. val n1: EdgeAssoc[N1]

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to EdgeAssoc[EdgeAssoc[N1]] performed by method EdgeAssoc 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: EdgeAssoc[EdgeAssoc[N1]]).n1
  2. def toString(): String

    Implicit information
    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
  3. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to EdgeAssoc[EdgeAssoc[N1]] performed by method EdgeAssoc 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: EdgeAssoc[EdgeAssoc[N1]]).~(n2)
    Annotations
    @inline()
  4. def ~>[N >: N1, N2 <: N](n2: N2): DiEdge[N]

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to EdgeAssoc[EdgeAssoc[N1]] performed by method EdgeAssoc 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: EdgeAssoc[EdgeAssoc[N1]]).~>(n2)
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion anyToNode from EdgeAssoc[N1] to OuterNode[EdgeAssoc[N1]]

Inherited by implicit conversion EdgeAssoc from EdgeAssoc[N1] to EdgeAssoc[EdgeAssoc[N1]]

Inherited by implicit conversion any2stringadd from EdgeAssoc[N1] to any2stringadd[EdgeAssoc[N1]]

Inherited by implicit conversion StringFormat from EdgeAssoc[N1] to StringFormat[EdgeAssoc[N1]]

Inherited by implicit conversion Ensuring from EdgeAssoc[N1] to Ensuring[EdgeAssoc[N1]]

Inherited by implicit conversion ArrowAssoc from EdgeAssoc[N1] to ArrowAssoc[EdgeAssoc[N1]]

Ungrouped