Mapper

interface Mapper<FROM, TO>

Used to map objects

Functions

Link copied to clipboard
abstract fun map(from: FROM): TO

Map object between chosen types