Packages

implicit final class EdgeAssoc[N1] extends AnyVal

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeAssoc
  2. AnyVal
  3. Any
Implicitly
  1. by anyToNode
  2. by ChainingOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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
    This member is added by an implicit conversion from EdgeAssoc[N1] toany2stringadd[EdgeAssoc[N1]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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
    @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
    This member is added by an implicit conversion from EdgeAssoc[N1] toEnsuring[EdgeAssoc[N1]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  8. def ensuring(cond: (EdgeAssoc[N1]) => Boolean): EdgeAssoc[N1]
    Implicit
    This member is added by an implicit conversion from EdgeAssoc[N1] toEnsuring[EdgeAssoc[N1]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: Boolean, msg: => Any): EdgeAssoc[N1]
    Implicit
    This member is added by an implicit conversion from EdgeAssoc[N1] toEnsuring[EdgeAssoc[N1]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean): EdgeAssoc[N1]
    Implicit
    This member is added by an implicit conversion from EdgeAssoc[N1] toEnsuring[EdgeAssoc[N1]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  12. 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
  13. 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
  14. def isIn: 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
    InParamParam
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. 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
  17. 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
  18. val n1: N1
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. def toString(): String
    Definition Classes
    Any
  25. val value: EdgeAssoc[N1]
    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
    OuterNodeNodeParam
  26. def ~[N >: N1](n2: N): UnDiEdge[N]
    Annotations
    @inline()
  27. def ~>[N >: N1](n2: N): DiEdge[N]
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. 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

  1. 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 of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. 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.

Inherited from AnyVal

Inherited from Any

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

Inherited by implicit conversion ChainingOps fromEdgeAssoc[N1] to ChainingOps[EdgeAssoc[N1]]

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

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

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

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

Ungrouped