A Buildable for building an object Batch[T] from its elements of type T
A Buildable for building an object DStream[T] from its batches of type Batch[T]
Buildable for Seq, so we can use Gen.containerOf and Arbitrary.arbitrary using Seq as a container
Builds a Buildable as a transformation of a given buildable, by tranforming the result with collection.mutable.Builder.mapResult
Builds a Buildable as a transformation of a given buildable, both element wise and on the container