scalax.collection.GraphPredef

HyperEdgeAssoc

implicit final class HyperEdgeAssoc[NOld] extends AnyVal

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HyperEdgeAssoc
  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 HyperEdgeAssoc(e: EdgeLikeIn[NOld])

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 HyperEdgeAssoc[NOld] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  4. def ->[B](y: B): (HyperEdgeAssoc[NOld], B)

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to ArrowAssoc[HyperEdgeAssoc[NOld]] 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. val e: EdgeLikeIn[NOld]

  8. def ensuring(cond: (HyperEdgeAssoc[NOld]) ⇒ Boolean, msg: ⇒ Any): HyperEdgeAssoc[NOld]

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

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

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

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

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

    Definition Classes
    AnyVal → Any
  14. def isDefined: Boolean

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to OuterNode[HyperEdgeAssoc[NOld]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  15. def isEdge: Boolean

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to OuterNode[HyperEdgeAssoc[NOld]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  16. def isIn: Boolean

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to OuterNode[HyperEdgeAssoc[NOld]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isNode: Boolean

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to OuterNode[HyperEdgeAssoc[NOld]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  19. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to OuterNode[HyperEdgeAssoc[NOld]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  20. val n1: HyperEdgeAssoc[NOld]

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to EdgeAssoc[HyperEdgeAssoc[NOld]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  21. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to OuterNode[HyperEdgeAssoc[NOld]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  22. def toString(): String

    Definition Classes
    Any
  23. val value: HyperEdgeAssoc[NOld]

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to OuterNode[HyperEdgeAssoc[NOld]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  24. def ~[N >: NOld](n: N)(implicit endpointsKind: CollectionKind = Bag): HyperEdge[N]

  25. def ~>[N >: NOld](n: N)(implicit targetsKind: CollectionKind = Bag): DiHyperEdge[N]

  26. def [B](y: B): (HyperEdgeAssoc[NOld], B)

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] 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:
    (hyperEdgeAssoc: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] 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:
    (hyperEdgeAssoc: StringFormat).self
    Definition Classes
    StringFormat
  3. def toString(): String

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to OuterNode[HyperEdgeAssoc[NOld]] 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:
    (hyperEdgeAssoc: OuterNode[HyperEdgeAssoc[NOld]]).toString()
    Definition Classes
    NodeParam → AnyRef → Any
  4. def ~[N >: N1](n2: N): UnDiEdge[N]

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to EdgeAssoc[HyperEdgeAssoc[NOld]] 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:
    (hyperEdgeAssoc: EdgeAssoc[HyperEdgeAssoc[NOld]]).~(n2)
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  5. def ~>[N >: N1](n2: N): DiEdge[N]

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

Deprecated Value Members

  1. def x: HyperEdgeAssoc[NOld]

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to ArrowAssoc[HyperEdgeAssoc[NOld]] 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:
    (hyperEdgeAssoc: ArrowAssoc[HyperEdgeAssoc[NOld]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: HyperEdgeAssoc[NOld]

    Implicit information
    This member is added by an implicit conversion from HyperEdgeAssoc[NOld] to Ensuring[HyperEdgeAssoc[NOld]] 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:
    (hyperEdgeAssoc: Ensuring[HyperEdgeAssoc[NOld]]).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 HyperEdgeAssoc[NOld] to OuterNode[HyperEdgeAssoc[NOld]]

Inherited by implicit conversion EdgeAssoc from HyperEdgeAssoc[NOld] to EdgeAssoc[HyperEdgeAssoc[NOld]]

Inherited by implicit conversion any2stringadd from HyperEdgeAssoc[NOld] to StringAdd

Inherited by implicit conversion any2stringfmt from HyperEdgeAssoc[NOld] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from HyperEdgeAssoc[NOld] to ArrowAssoc[HyperEdgeAssoc[NOld]]

Inherited by implicit conversion any2Ensuring from HyperEdgeAssoc[NOld] to Ensuring[HyperEdgeAssoc[NOld]]

Ungrouped