ISupportTransformer

interface ISupportTransformer<in S, out D>

Mapper contract for transform one type to the other

Since

v1.2.0

Functions

Link copied to clipboard
abstract fun transform(source: S): D

Transforms the the source to the target type