Packages

c

scail.commons.ops.collection

IndexedSeqOps

implicit final class IndexedSeqOps[A] extends AnyVal

Extension methods for IndexedSeq[A].

Source
collection.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexedSeqOps
  2. AnyVal
  3. Any
Implicitly
  1. by AnyOps
  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 IndexedSeqOps(value: IndexedSeq[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 IndexedSeqOps[A] to any2stringadd[IndexedSeqOps[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (IndexedSeqOps[A], B)
    Implicit
    This member is added by an implicit conversion from IndexedSeqOps[A] to ArrowAssoc[IndexedSeqOps[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: (IndexedSeqOps[A]) ⇒ Boolean, msg: ⇒ Any): IndexedSeqOps[A]
    Implicit
    This member is added by an implicit conversion from IndexedSeqOps[A] to Ensuring[IndexedSeqOps[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  8. def ensuring(cond: (IndexedSeqOps[A]) ⇒ Boolean): IndexedSeqOps[A]
    Implicit
    This member is added by an implicit conversion from IndexedSeqOps[A] to Ensuring[IndexedSeqOps[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: Boolean, msg: ⇒ Any): IndexedSeqOps[A]
    Implicit
    This member is added by an implicit conversion from IndexedSeqOps[A] to Ensuring[IndexedSeqOps[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean): IndexedSeqOps[A]
    Implicit
    This member is added by an implicit conversion from IndexedSeqOps[A] to Ensuring[IndexedSeqOps[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 IndexedSeqOps[A] to StringFormat[IndexedSeqOps[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  12. def future: Future[IndexedSeqOps[A]]

    Creates an already completed Future containing value.

    Creates an already completed Future containing value.

    returns

    the already completed Future with the specified result

    Implicit
    This member is added by an implicit conversion from IndexedSeqOps[A] to AnyOps[IndexedSeqOps[A]] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def option: Option[IndexedSeqOps[A]]

    Creates an Option containing value.

    Creates an Option containing value.

    returns

    Some(value) if value is not null, None otherwise

    Implicit
    This member is added by an implicit conversion from IndexedSeqOps[A] to AnyOps[IndexedSeqOps[A]] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
    Annotations
    @inline()
  16. def randomElement: A

    Returns a random element from the collection

    Returns a random element from the collection

    returns

    the random element

    Annotations
    @inline()
  17. def tap(f: (IndexedSeqOps[A]) ⇒ Unit): IndexedSeqOps[A]

    Applies side-effectul method to value, returning value.

    Applies side-effectul method to value, returning value.

    f

    the side-effectful method to apply to value

    returns

    value

    Implicit
    This member is added by an implicit conversion from IndexedSeqOps[A] to AnyOps[IndexedSeqOps[A]] performed by method AnyOps in scail.commons.ops.
    Definition Classes
    AnyOps
  18. def toString(): String
    Definition Classes
    Any
  19. def [B](y: B): (IndexedSeqOps[A], B)
    Implicit
    This member is added by an implicit conversion from IndexedSeqOps[A] to ArrowAssoc[IndexedSeqOps[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion AnyOps from IndexedSeqOps[A] to AnyOps[IndexedSeqOps[A]]

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

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

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

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

Ungrouped