Packages

c

scalax.collection.GraphPredef

TraversableEnrichments

implicit final class TraversableEnrichments[N, T[X] <: Iterable[X]] extends AnyVal

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

Instance Constructors

  1. new TraversableEnrichments(t: T[N])

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 TraversableEnrichments[N, T] toany2stringadd[TraversableEnrichments[N, T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TraversableEnrichments[N, T], B)
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toArrowAssoc[TraversableEnrichments[N, T]] 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: (TraversableEnrichments[N, T]) => Boolean, msg: => Any): TraversableEnrichments[N, T]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toEnsuring[TraversableEnrichments[N, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  8. def ensuring(cond: (TraversableEnrichments[N, T]) => Boolean): TraversableEnrichments[N, T]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toEnsuring[TraversableEnrichments[N, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: Boolean, msg: => Any): TraversableEnrichments[N, T]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toEnsuring[TraversableEnrichments[N, T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean): TraversableEnrichments[N, T]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toEnsuring[TraversableEnrichments[N, T]] 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 TraversableEnrichments[N, T] toOuterNode[TraversableEnrichments[N, T]] 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 TraversableEnrichments[N, T] toOuterNode[TraversableEnrichments[N, T]] 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 TraversableEnrichments[N, T] toOuterNode[TraversableEnrichments[N, T]] 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 TraversableEnrichments[N, T] toOuterNode[TraversableEnrichments[N, T]] 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 TraversableEnrichments[N, T] toOuterNode[TraversableEnrichments[N, T]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  18. val n1: TraversableEnrichments[N, T]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toEdgeAssoc[TraversableEnrichments[N, T]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  19. def pipe[B](f: (TraversableEnrichments[N, T]) => B): B
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toChainingOps[TraversableEnrichments[N, T]] 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 TraversableEnrichments[N, T] toOuterNode[TraversableEnrichments[N, T]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  21. val self: TraversableEnrichments[N, T]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toChainingOps[TraversableEnrichments[N, T]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  22. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toOuterNode[TraversableEnrichments[N, T]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  23. val t: T[N]
  24. def tap[U](f: (TraversableEnrichments[N, T]) => U): TraversableEnrichments[N, T]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toChainingOps[TraversableEnrichments[N, T]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  25. def toOuterNodes[E[+X] <: EdgeLike[X]]: Seq[InParam[N, E]]
  26. def toString(): String
    Definition Classes
    Any
  27. val value: TraversableEnrichments[N, T]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toOuterNode[TraversableEnrichments[N, T]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  28. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toEdgeAssoc[TraversableEnrichments[N, T]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  29. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toEdgeAssoc[TraversableEnrichments[N, T]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def toString(): String
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toOuterNode[TraversableEnrichments[N, T]] 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:
    (traversableEnrichments: OuterNode[TraversableEnrichments[N, T]]).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 TraversableEnrichments[N, T] toStringFormat[TraversableEnrichments[N, T]] 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): (TraversableEnrichments[N, T], B)
    Implicit
    This member is added by an implicit conversion from TraversableEnrichments[N, T] toArrowAssoc[TraversableEnrichments[N, T]] 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 EdgeAssoc fromTraversableEnrichments[N, T] to EdgeAssoc[TraversableEnrichments[N, T]]

Inherited by implicit conversion anyToNode fromTraversableEnrichments[N, T] to OuterNode[TraversableEnrichments[N, T]]

Inherited by implicit conversion ChainingOps fromTraversableEnrichments[N, T] to ChainingOps[TraversableEnrichments[N, T]]

Inherited by implicit conversion any2stringadd fromTraversableEnrichments[N, T] to any2stringadd[TraversableEnrichments[N, T]]

Inherited by implicit conversion StringFormat fromTraversableEnrichments[N, T] to StringFormat[TraversableEnrichments[N, T]]

Inherited by implicit conversion Ensuring fromTraversableEnrichments[N, T] to Ensuring[TraversableEnrichments[N, T]]

Inherited by implicit conversion ArrowAssoc fromTraversableEnrichments[N, T] to ArrowAssoc[TraversableEnrichments[N, T]]

Ungrouped