Builder

fs2.Collector$.Builder$
See theBuilder companion trait
object Builder

Attributes

Companion:
trait
Source:
Collector.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Builder.type

Members list

Concise view

Value members

Concrete methods

def array[A : ClassTag]: Builder[A, Array[A]]

Attributes

Source:
Collector.scala

Attributes

Source:
Collector.scala

Inherited methods

def fromCollectionFactory[A, C](f: Factory[A, C]): Builder[A, C]

Attributes

Inherited from:
BuilderPlatform (hidden)
Source:
CollectorPlatform.scala
def fromFactory[A, C[_], B](f: Factory[A, C[B]]): Builder[A, C[B]]

Attributes

Inherited from:
BuilderPlatform (hidden)
Source:
CollectorPlatform.scala
def fromIterableFactory[A, C[_]](f: IterableFactory[C]): Builder[A, C[A]]

Attributes

Inherited from:
BuilderPlatform (hidden)
Source:
CollectorPlatform.scala
def fromMapFactory[K, V, C[_, _]](f: MapFactory[C]): Builder[(K, V), C[K, V]]

Attributes

Inherited from:
BuilderPlatform (hidden)
Source:
CollectorPlatform.scala

Attributes

Inherited from:
BuilderPlatform (hidden)
Source:
CollectorPlatform.scala