Implicit to support Collecting
nature of Array
.
Implicit to support Collecting
nature of Array
.
the type of the element in the Array
Collecting[Array[E]]
that supports Array
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[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[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[JMAP[K, V]]
that supports java.util.Map
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