build

fun build(context: Context, block: Transformer.Builder.() -> Unit = {}): Transformer

Build a Transformer instance.

Return

The Transformer created from the block.

Parameters

context

The Context to use to create the Transformer.Builder.

block

The block to use to configure the Transformer.Builder.