object Collecting
Companion object for Collecting that provides implicit implementations for the following types:
scala.collection.GenTraversableArrayjava.util.Collectionjava.util.Map
- Source
 - Collecting.scala
 
- Alphabetic
 - By Inheritance
 
- Collecting
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   implicit  def collectingNatureOfArray[E]: Collecting[E, Array[E]]
Implicit to support
Collectingnature ofArray.Implicit to support
Collectingnature ofArray.- E
 the type of the element in the
Array- returns
 Collecting[E, Array[E]]that supportsArrayinloneElementsyntax
 -   implicit  def collectingNatureOfEvery[E, EVERY[e] <: Every[e]]: Collecting[E, EVERY[E]]
Implicit to support
Collectingnature ofEvery.Implicit to support
Collectingnature ofEvery.- E
 the type of the element in the
Every- EVERY
 any subtype of
Every- returns
 Collecting[EVERY[E]]that supportsEveryinloneElementsyntax
 -   implicit  def collectingNatureOfGenTraversable[E, TRAV[e] <: GenTraversable[e]]: Collecting[E, TRAV[E]]
Implicit to support
Collectingnature ofGenTraversable.Implicit to support
Collectingnature ofGenTraversable.- E
 the type of the element in the
GenTraversable- TRAV
 any subtype of
GenTraversable- returns
 Collecting[E, TRAV[E]]that supportsGenTraversableinloneElementsyntax
 -   implicit  def collectingNatureOfJavaCollection[E, JCOL[e] <: Collection[e]]: Collecting[E, JCOL[E]]
Implicit to support
Collectingnature ofjava.util.Collection.Implicit to support
Collectingnature ofjava.util.Collection.- E
 the type of the element in the
java.util.Collection- JCOL
 any subtype of
java.util.Collection- returns
 Collecting[E, JCOL[E]]that supportsjava.util.CollectioninloneElementsyntax
 -   implicit  def collectingNatureOfJavaMap[K, V, JMAP[k, v] <: Map[k, v]]: Collecting[Entry[K, V], JMAP[K, V]]
Implicit to support
Collectingnature ofjava.util.Map.Implicit to support
Collectingnature ofjava.util.Map.- K
 the type of the key in the
java.util.Map- V
 the type of the value in the
java.util.Map- JMAP
 any subtype of
java.util.Map- returns
 Collecting[org.scalatest.Entry[K, V], JMAP[K, V]]that supportsjava.util.MapinloneElementsyntax
 -   implicit  def collectingNatureOfString: Collecting[Char, String]
Implicit to support
Collectingnature ofString.Implicit to support
Collectingnature ofString.- returns
 Collecting[Char, String]that supportsStringinloneElementsyntax
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()