TransformableValue

The result of an explicit mapping definition which can be transformed.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
infix fun transform(function: (FROM) -> TO)

Transforms the result value of a mapping. See the documentation

Link copied to clipboard
infix fun <M : Mappie<TO>> via(mapper: M)

Transforms the result value of a mapping using a different mapper. See the documentation