implicit final class LumAICommonJavaCollectionOps[A, CC[X] <: Collection[X]] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LumAICommonJavaCollectionOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LumAICommonJavaCollectionOps(collection: CC[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val collection: CC[A]
- def filter(p: (A) ⇒ Boolean)(implicit maker: JavaCollectionMaker[CC]): CC[A]
- def filterNot(p: (A) ⇒ Boolean)(implicit maker: JavaCollectionMaker[CC]): CC[A]
- def flatMap[B](f: (A) ⇒ CC[B])(implicit maker: JavaCollectionMaker[CC]): CC[B]
- def foreach(f: (A) ⇒ Unit): Unit
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](f: (A) ⇒ B)(implicit maker: JavaCollectionMaker[CC]): CC[B]
- def mkString(sep: String): String
- def mkString: String
- def nonEmpty: Boolean
- def toBuffer: Buffer[A]
- def toIndexedSeq: IndexedSeq[A]
- def toIterable: Iterable[A]
- def toIterator: Iterator[A]
- def toList: List[A]
- def toSeq: Seq[A]
- def toSet: Set[A]
- def toStream: Stream[A]
-
def
toString(): String
- Definition Classes
- Any
- def toVector: Vector[A]