object Collector extends CollectorPlatform
- Source
- Collector.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Collector
- CollectorPlatform
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make[A, X](nb: => Builder[A, X]): Aux[A, X]
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def string: Aux[String, String]
- implicit def supportsArray[A](a: Array.type)(implicit arg0: ClassTag[A]): Aux[A, Array[A]]
- implicit def supportsByteVector(b: ByteVector.type): Aux[Byte, ByteVector]
- implicit def supportsFactory[A, C[_], B](f: Factory[A, C[B]]): Aux[A, C[B]]
- Definition Classes
- CollectorPlatform
- implicit def supportsIterableFactory[A, C[_]](f: IterableFactory[C]): Aux[A, C[A]]
- Definition Classes
- CollectorPlatform
- implicit def supportsMapFactory[K, V, C[_, _]](f: MapFactory[C]): Aux[(K, V), C[K, V]]
- Definition Classes
- CollectorPlatform
- implicit def supportsTaggedArraySeq[A](a: ArraySeq.type)(implicit arg0: ClassTag[A]): Aux[A, ArraySeq[A]]
Use
ArraySeq.untagged
to build aCollector
where aClassTag
is not available.Use
ArraySeq.untagged
to build aCollector
where aClassTag
is not available.- Definition Classes
- CollectorPlatform
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Builder extends BuilderPlatform
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated