TransformationExtensions<T, U, V> extension

Provides useful extensions against Transformation.

on

Methods

then(Transformation<U, V> transformation) Transformation<T, V>
Chains together two transformations where the output of the first transformation becomes the input of the second.