c

ai.lum.common.JavaCollectionUtils

LumAICommonJavaCollectionOps

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

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

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val collection: CC[A]
  6. def filter(p: (A) ⇒ Boolean)(implicit maker: JavaCollectionMaker[CC]): CC[A]
  7. def filterNot(p: (A) ⇒ Boolean)(implicit maker: JavaCollectionMaker[CC]): CC[A]
  8. def flatMap[B](f: (A) ⇒ CC[B])(implicit maker: JavaCollectionMaker[CC]): CC[B]
  9. def foreach(f: (A) ⇒ Unit): Unit
  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def map[B](f: (A) ⇒ B)(implicit maker: JavaCollectionMaker[CC]): CC[B]
  13. def mkString(sep: String): String
  14. def mkString: String
  15. def nonEmpty: Boolean
  16. def toBuffer: Buffer[A]
  17. def toIndexedSeq: IndexedSeq[A]
  18. def toIterable: Iterable[A]
  19. def toIterator: Iterator[A]
  20. def toList: List[A]
  21. def toSeq: Seq[A]
  22. def toSet: Set[A]
  23. def toStream: Stream[A]
  24. def toString(): String
    Definition Classes
    Any
  25. def toVector: Vector[A]

Inherited from AnyVal

Inherited from Any

Ungrouped