doc / ch.tutteli.atrium.logic.utils / ArgumentMapperBuilder / to

to

inline fun <reified R> to(mapper: (T) -> R): Pair<R, Array<out R>> (source)

Maps each argument to the given type R by using the given mapper

Returns
The mapped first and others.