via

infix fun <M : Mappie<TO>> via(mapper: M)

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

Parameters

mapper

the mapper to transform the value with.