Class

ai.lum.common.JavaCollectionUtils

JavaCollectionOps

Related Doc: package JavaCollectionUtils

Permalink

implicit final class JavaCollectionOps[A, CC[X] <: Collection[X]] extends AnyVal

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

Instance Constructors

  1. new JavaCollectionOps(collection: CC[A])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. val collection: CC[A]

    Permalink
  6. def filter(p: (A) ⇒ Boolean)(implicit maker: JavaCollectionMaker[CC]): CC[A]

    Permalink
  7. def filterNot(p: (A) ⇒ Boolean)(implicit maker: JavaCollectionMaker[CC]): CC[A]

    Permalink
  8. def flatMap[B](f: (A) ⇒ CC[B])(implicit maker: JavaCollectionMaker[CC]): CC[B]

    Permalink
  9. def foreach(f: (A) ⇒ Unit): Unit

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

    Permalink
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def map[B](f: (A) ⇒ B)(implicit maker: JavaCollectionMaker[CC]): CC[B]

    Permalink
  13. def mkString(sep: String): String

    Permalink
  14. def mkString: String

    Permalink
  15. def nonEmpty: Boolean

    Permalink
  16. def toBuffer: Buffer[A]

    Permalink
  17. def toIndexedSeq: IndexedSeq[A]

    Permalink
  18. def toIterable: Iterable[A]

    Permalink
  19. def toIterator: Iterator[A]

    Permalink
  20. def toList: List[A]

    Permalink
  21. def toSeq: Seq[A]

    Permalink
  22. def toSet: Set[A]

    Permalink
  23. def toStream: Stream[A]

    Permalink
  24. def toString(): String

    Permalink
    Definition Classes
    Any
  25. def toVector: Vector[A]

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped