Class

com.avsystem.scex.util.JavaCollectionExtensions

ListOps

Related Doc: package JavaCollectionExtensions

Permalink

implicit final class ListOps[A] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ListOps(list: commons.jiop.JavaInterop.JList[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: commons.jiop.JavaInterop.JList[A]): commons.jiop.JavaInterop.JList[A]

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. def apply(index: Int): A

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def drop(amount: Int): commons.jiop.JavaInterop.JList[A]

    Permalink
  8. def dropRight(amount: Int): commons.jiop.JavaInterop.JList[A]

    Permalink
  9. def dropWhile(p: (A) ⇒ Boolean): commons.jiop.JavaInterop.JList[A]

    Permalink
  10. def filter(p: (A) ⇒ Boolean): commons.jiop.JavaInterop.JList[A]

    Permalink
  11. def foldLeft[B](z: B)(f: (B, A) ⇒ B): B

    Permalink
  12. def foldRight[B](z: B)(f: (A, B) ⇒ B): B

    Permalink
  13. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  14. def getOr[B >: A](index: Int, default: ⇒ B): B

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def map[B](f: (A) ⇒ B): commons.jiop.JavaInterop.JList[B]

    Permalink
  17. def reverse: commons.jiop.JavaInterop.JList[A]

    Permalink
  18. def slice(from: Int, until: Int): commons.jiop.JavaInterop.JList[A]

    Permalink
  19. def sortBy[B](f: (A) ⇒ B)(implicit arg0: Ordering[B]): commons.jiop.JavaInterop.JList[A]

    Permalink
  20. def sorted(implicit ord: Ordering[A]): commons.jiop.JavaInterop.JList[A]

    Permalink
  21. def take(amount: Int): commons.jiop.JavaInterop.JList[A]

    Permalink
  22. def takeRight(amount: Int): commons.jiop.JavaInterop.JList[A]

    Permalink
  23. def takeWhile(p: (A) ⇒ Boolean): commons.jiop.JavaInterop.JList[A]

    Permalink
  24. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped