ImplicitBinaryTransformerOps

class ImplicitBinaryTransformerOps(val builder: TwoPhaseTransformerBuilder[_, BinaryPostProcessorBuilder]) extends AsyncIOBuilderOps[[F[_]] =>> Builder[F]]
class AsyncIOBuilderOps[[F[_]] =>> Builder[F]]
class Object
trait Matchable
class Any

Value members

Concrete methods

protected def build[F[_]](implicit evidence$9: Async[F], evidence$10: Batch[F]): Builder[F]

Inherited methods

def parallel[F[_]](parallelism: Int)(implicit evidence$8: Async[F]): Builder[F]

Creates a builder for parallel execution.

Creates a builder for parallel execution.

This builder creates instances with the specified level of parallelism.

Inherited from
AsyncIOBuilderOps
def parallel[F[_]](implicit evidence$7: Async[F]): Builder[F]

Creates a builder for parallel execution.

Creates a builder for parallel execution.

This builder creates instances with a level of parallelism matching the available cores. For explicit control of parallelism use the other parallel method.

Inherited from
AsyncIOBuilderOps
def sequential[F[_]](implicit evidence$6: Async[F]): Builder[F]

Creates a builder for sequential execution.

Creates a builder for sequential execution.

Inherited from
AsyncIOBuilderOps

Concrete fields

val builder: TwoPhaseTransformerBuilder[_, BinaryPostProcessorBuilder]