object Buildables
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Buildables
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- implicit def buildableBatch[T]: Buildable[T, Window[T]]
A Buildable for building an object Batch[T] from its elements of type T
- implicit def buildablePDStreamFromBatch[T]: Buildable[Window[T], PStream[T]]
A Buildable for building an object DStream[T] from its batches of type Batch[T]
- implicit def buildableSeq[T]: Buildable[T, Seq[T]]
Buildable for MSeq, so we can use Gen.containerOf and Arbitrary.arbitrary using MSeq as a container
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapBuildable[T, R1, R2](resultMapping: (R1) => R2)(buildable: Buildable[T, R1]): Buildable[T, R2]
Builds a Buildable as a transformation of a given buildable, by tranforming the result with collection.mutable.Builder.mapResult
- def mapBuildable[T1, C1[_], T2, C2[_]](elemMapping: (T2) => T1, resultMapping: (C1[T1]) => C2[T2])(buildable: Buildable[T1, C1[T1]]): Buildable[T2, C2[T2]]
Builds a Buildable as a transformation of a given buildable, both element wise and on the container
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)