Transformer

Functional interface to transform expected types.

interface Transformer<T, R>

Functions

invoke
Link copied to clipboard

Function that transform expected.

abstract fun invoke(input: T): R