KotlinTimeZoneToJavaZoneIdMapper

object KotlinTimeZoneToJavaZoneIdMapper : ObjectMappie<TimeZone, ZoneId>

Properties

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

Functions

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