SetMappie

sealed class SetMappie<out TO> : Mappie<Set<TO>>

Base mapper class for set mappers. Cannot be instantiated, but can be created by using the field ObjectMappie.forSet.