Packages

c

scalax.collection.Compat

IterableEnrichments

implicit final class IterableEnrichments[A] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IterableEnrichments
  2. AnyVal
  3. Any
Implicitly
  1. by ChainingOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IterableEnrichments(self: Iterable[A])

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 IterableEnrichments[A] to any2stringadd[IterableEnrichments[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (IterableEnrichments[A], B)
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to ArrowAssoc[IterableEnrichments[A]] 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: (IterableEnrichments[A]) ⇒ Boolean, msg: ⇒ Any): IterableEnrichments[A]
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to Ensuring[IterableEnrichments[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  8. def ensuring(cond: (IterableEnrichments[A]) ⇒ Boolean): IterableEnrichments[A]
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to Ensuring[IterableEnrichments[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: Boolean, msg: ⇒ Any): IterableEnrichments[A]
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to Ensuring[IterableEnrichments[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean): IterableEnrichments[A]
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to Ensuring[IterableEnrichments[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to StringFormat[IterableEnrichments[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  12. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def pipe[B](f: (IterableEnrichments[A]) ⇒ B): B
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to ChainingOps[IterableEnrichments[A]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  15. val self: Iterable[A]
  16. def tap[U](f: (IterableEnrichments[A]) ⇒ U): IterableEnrichments[A]
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to ChainingOps[IterableEnrichments[A]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  17. def toMSet: MSet[A]
  18. def toString(): String
    Definition Classes
    Any
  19. def [B](y: B): (IterableEnrichments[A], B)
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to ArrowAssoc[IterableEnrichments[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: IterableEnrichments[A]
    Implicit
    This member is added by an implicit conversion from IterableEnrichments[A] to ChainingOps[IterableEnrichments[A]] performed by method ChainingOps in scalax.collection.
    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:
    (iterableEnrichments: ChainingOps[IterableEnrichments[A]]).self
    Definition Classes
    ChainingOps

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion ChainingOps from IterableEnrichments[A] to ChainingOps[IterableEnrichments[A]]

Inherited by implicit conversion any2stringadd from IterableEnrichments[A] to any2stringadd[IterableEnrichments[A]]

Inherited by implicit conversion StringFormat from IterableEnrichments[A] to StringFormat[IterableEnrichments[A]]

Inherited by implicit conversion Ensuring from IterableEnrichments[A] to Ensuring[IterableEnrichments[A]]

Inherited by implicit conversion ArrowAssoc from IterableEnrichments[A] to ArrowAssoc[IterableEnrichments[A]]

Ungrouped