Transformer

interface Transformer<T, R>

Functional interface to transform expected types.

Functions

invoke
Link copied to clipboard
abstract fun invoke(@NonNull input: T): R
Function that transform expected.