Implicit to support Collecting
nature of Array
.
Implicit to support Collecting
nature of Array
.
the type of the element in the Array
Collecting[E, Array[E]]
that supports Array
in loneElement
syntax
Implicit to support Collecting
nature of Every
.
Implicit to support Collecting
nature of Every
.
the type of the element in the Every
any subtype of Every
Collecting[EVERY[E]]
that supports Every
in loneElement
syntax
Implicit to support Collecting
nature of GenTraversable
.
Implicit to support Collecting
nature of GenTraversable
.
the type of the element in the GenTraversable
any subtype of GenTraversable
Collecting[E, TRAV[E]]
that supports GenTraversable
in loneElement
syntax
Implicit to support Collecting
nature of java.util.Collection
.
Implicit to support Collecting
nature of java.util.Collection
.
the type of the element in the java.util.Collection
any subtype of java.util.Collection
Collecting[E, JCOL[E]]
that supports java.util.Collection
in loneElement
syntax
Implicit to support Collecting
nature of java.util.Map
.
Implicit to support Collecting
nature of java.util.Map
.
the type of the key in the java.util.Map
the type of the value in the java.util.Map
any subtype of java.util.Map
Collecting[org.scalatest.Entry[K, V], JMAP[K, V]]
that supports java.util.Map
in loneElement
syntax
Implicit to support Collecting
nature of String
.
Implicit to support Collecting
nature of String
.
Collecting[Char, String]
that supports String
in loneElement
syntax
Companion object for
Collecting
that provides implicit implementations for the following types:scala.collection.GenTraversable
Array
java.util.Collection
java.util.Map