JavaInstantToKotlinInstantMapper

Properties

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

Functions

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