JavaZoneOffsetToKotlinTimeZoneMapper

object JavaZoneOffsetToKotlinTimeZoneMapper : ObjectMappie<ZoneOffset, TimeZone>

Properties

Link copied to clipboard
val forList: ListMappie<TimeZone>
Link copied to clipboard
val forSet: SetMappie<TimeZone>

Functions

Link copied to clipboard
open override fun map(from: ZoneOffset): TimeZone
Link copied to clipboard
open fun mapList(from: List<ZoneOffset>): List<TimeZone>
Link copied to clipboard
open fun mapNullable(from: ZoneOffset?): TimeZone?
Link copied to clipboard
open fun mapNullableList(from: List<ZoneOffset>?): List<TimeZone>?
Link copied to clipboard
open fun mapNullableSet(from: Set<ZoneOffset>?): Set<TimeZone>?
Link copied to clipboard
open fun mapSet(from: Set<ZoneOffset>): Set<TimeZone>