Class

org.cvogt.scala.collection

GenTraversableOnceExtensions

Related Doc: package collection

Permalink

implicit final class GenTraversableOnceExtensions[A] extends AnyVal

Source
collection.scala
Linear Supertypes
AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenTraversableOnceExtensions
  2. AnyVal
  3. Any
Implicitly
  1. by AnyExtensions
  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 GenTraversableOnceExtensions(coll: GenTraversableOnce[A])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenTraversableOnceExtensions[A] to any2stringadd[GenTraversableOnceExtensions[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GenTraversableOnceExtensions[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenTraversableOnceExtensions[A] to ArrowAssoc[GenTraversableOnceExtensions[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val coll: GenTraversableOnce[A]

    Permalink
  8. def ensuring(cond: (GenTraversableOnceExtensions[A]) ⇒ Boolean, msg: ⇒ Any): GenTraversableOnceExtensions[A]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenTraversableOnceExtensions[A] to Ensuring[GenTraversableOnceExtensions[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def foldLeftWhile[B](initial: B)(accumulate: (B, A) ⇒ Option[B]): B

    Permalink

    Fold while accumulation function returns Some.

    Fold while accumulation function returns Some. Stops on first None.

    initial

    initual element to start the accumulation on

    accumulate

    accumulation function

  13. def foldWhile[A1 >: A](initial: A1)(accumulate: (A1, A1) ⇒ Option[A1]): A1

    Permalink

    Fold while accumulation function returns Some.

    Fold while accumulation function returns Some. Stops on first None.

    initial

    initual element to start the accumulation on

    accumulate

    accumulation function

  14. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    AnyVal → Any
  16. def in(set: Set[GenTraversableOnceExtensions[A]]): Boolean

    Permalink

    Tests whether the given set contains this value as an element

    Tests whether the given set contains this value as an element

    Implicit information
    This member is added by an implicit conversion from GenTraversableOnceExtensions[A] to AnyExtensions[GenTraversableOnceExtensions[A]] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  17. def in(seq: Seq[GenTraversableOnceExtensions[A]]): Boolean

    Permalink

    Tests whether the given sequence contains this value as an element

    Tests whether the given sequence contains this value as an element

    Implicit information
    This member is added by an implicit conversion from GenTraversableOnceExtensions[A] to AnyExtensions[GenTraversableOnceExtensions[A]] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def notIn(set: Set[GenTraversableOnceExtensions[A]]): Boolean

    Permalink

    Tests whether the given set does NOT contains this value as an element

    Tests whether the given set does NOT contains this value as an element

    Implicit information
    This member is added by an implicit conversion from GenTraversableOnceExtensions[A] to AnyExtensions[GenTraversableOnceExtensions[A]] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  20. def notIn(seq: Seq[GenTraversableOnceExtensions[A]]): Boolean

    Permalink

    Tests whether the given sequence does NOT contains this value as an element

    Tests whether the given sequence does NOT contains this value as an element

    Implicit information
    This member is added by an implicit conversion from GenTraversableOnceExtensions[A] to AnyExtensions[GenTraversableOnceExtensions[A]] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  21. def reduceLeftWhile[A1 >: A](accumulate: (A1, A1) ⇒ Option[A1]): A1

    Permalink

    Reduce while accumulation function returns Some.

    Reduce while accumulation function returns Some. Stops on first None.

    accumulate

    accumulation function

  22. def reduceWhile[A1 >: A](accumulate: (A1, A1) ⇒ Option[A1]): A1

    Permalink

    Reduce while accumulation function returns Some.

    Reduce while accumulation function returns Some. Stops on first None.

    accumulate

    accumulation function

  23. def toString(): String

    Permalink
    Definition Classes
    Any
  24. val value: GenTraversableOnceExtensions[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenTraversableOnceExtensions[A] to AnyExtensions[GenTraversableOnceExtensions[A]] performed by method AnyExtensions in org.cvogt.scala.
    Definition Classes
    AnyExtensions
  25. def [B](y: B): (GenTraversableOnceExtensions[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from GenTraversableOnceExtensions[A] to ArrowAssoc[GenTraversableOnceExtensions[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion AnyExtensions from GenTraversableOnceExtensions[A] to AnyExtensions[GenTraversableOnceExtensions[A]]

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

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

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

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

Ungrouped