kotlinx-datetime
Toggle table of contents
2.2.20-1.6.0
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinx-datetime
kotlinx-datetime
/
tech.mappie.api.kotlinx.datetime
/
KotlinDatePeriodToJavaPeriodMapper
Kotlin
Date
Period
To
Java
Period
Mapper
jvm
object
KotlinDatePeriodToJavaPeriodMapper
:
ObjectMappie
<
DatePeriod
,
Period
>
Members
Properties
for
List
Link copied to clipboard
jvm
val
forList
:
ListMappie
<
Period
>
for
Set
Link copied to clipboard
jvm
val
forSet
:
SetMappie
<
Period
>
Functions
map
Link copied to clipboard
jvm
open
override
fun
map
(
from
:
DatePeriod
)
:
Period
map
List
Link copied to clipboard
jvm
open
fun
mapList
(
from
:
List
<
DatePeriod
>
)
:
List
<
Period
>
map
Nullable
Link copied to clipboard
jvm
open
fun
mapNullable
(
from
:
DatePeriod
?
)
:
Period
?
map
Nullable
List
Link copied to clipboard
jvm
open
fun
mapNullableList
(
from
:
List
<
DatePeriod
>
?
)
:
List
<
Period
>
?
map
Nullable
Set
Link copied to clipboard
jvm
open
fun
mapNullableSet
(
from
:
Set
<
DatePeriod
>
?
)
:
Set
<
Period
>
?
map
Set
Link copied to clipboard
jvm
open
fun
mapSet
(
from
:
Set
<
DatePeriod
>
)
:
Set
<
Period
>