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. NotNull
  4. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  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 StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  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 any2ArrowAssoc 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 any2Ensuring 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 any2Ensuring 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 any2Ensuring 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 any2Ensuring 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 performed by method any2stringfmt 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): UnDiEdge[N]

    Annotations
    @inline()
  24. def ~>[N >: N1](n2: N): 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 any2ArrowAssoc 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. val self: Any

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (edgeAssoc: StringAdd).self
    Definition Classes
    StringAdd
  3. val self: Any

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (edgeAssoc: StringFormat).self
    Definition Classes
    StringFormat
  4. 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
  5. def ~[N >: N1](n2: N): 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()
  6. def ~>[N >: N1](n2: N): 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()

Deprecated Value Members

  1. def x: EdgeAssoc[N1]

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to ArrowAssoc[EdgeAssoc[N1]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (edgeAssoc: ArrowAssoc[EdgeAssoc[N1]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: EdgeAssoc[N1]

    Implicit information
    This member is added by an implicit conversion from EdgeAssoc[N1] to Ensuring[EdgeAssoc[N1]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (edgeAssoc: Ensuring[EdgeAssoc[N1]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyVal

Inherited from NotNull

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 StringAdd

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

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

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

Ungrouped