kvision-common-types
5.7.2
common
js
jvm
kvision-common-types
/
io.kvision.types
Package io.
kvision.
types
common
js
jvm
Multiplatform type definitions.
Multiplatform type definitions.
Multiplatform type definitions.
Types
Functions
Properties
Types
Decimal
Link copied to clipboard
common
js
jvm
expect
class
Decimal
Content copied to clipboard
actual
typealias
Decimal
=
Double
Content copied to clipboard
actual
typealias
Decimal
=
BigDecimal
Content copied to clipboard
KFile
Link copied to clipboard
common
data
class
KFile
(
name
:
String
,
size
:
Int
,
content
:
String
?
)
Content copied to clipboard
A serializable class for a fullstack File type.
Local
Date
Link copied to clipboard
common
js
jvm
expect
class
LocalDate
Content copied to clipboard
actual
typealias
LocalDate
=
<ERROR CLASS>
Content copied to clipboard
actual
typealias
LocalDate
=
LocalDate
Content copied to clipboard
Local
Date
Time
Link copied to clipboard
common
js
jvm
expect
class
LocalDateTime
Content copied to clipboard
actual
typealias
LocalDateTime
=
<ERROR CLASS>
Content copied to clipboard
actual
typealias
LocalDateTime
=
LocalDateTime
Content copied to clipboard
Local
Time
Link copied to clipboard
common
js
jvm
expect
class
LocalTime
Content copied to clipboard
actual
typealias
LocalTime
=
<ERROR CLASS>
Content copied to clipboard
actual
typealias
LocalTime
=
LocalTime
Content copied to clipboard
Offset
Date
Time
Link copied to clipboard
common
js
jvm
expect
class
OffsetDateTime
Content copied to clipboard
actual
typealias
OffsetDateTime
=
<ERROR CLASS>
Content copied to clipboard
actual
typealias
OffsetDateTime
=
OffsetDateTime
Content copied to clipboard
Offset
Time
Link copied to clipboard
common
js
jvm
expect
class
OffsetTime
Content copied to clipboard
actual
typealias
OffsetTime
=
<ERROR CLASS>
Content copied to clipboard
actual
typealias
OffsetTime
=
OffsetTime
Content copied to clipboard
Zoned
Date
Time
Link copied to clipboard
common
js
jvm
expect
class
ZonedDateTime
Content copied to clipboard
actual
typealias
ZonedDateTime
=
<ERROR CLASS>
Content copied to clipboard
actual
typealias
ZonedDateTime
=
ZonedDateTime
Content copied to clipboard
Functions
to
Date
F
Link copied to clipboard
jvm
fun
String
.
toDateF
(
)
:
LocalDate
Content copied to clipboard
to
Date
Time
F
Link copied to clipboard
jvm
fun
String
.
toDateTimeF
(
)
:
LocalDateTime
Content copied to clipboard
to
Offset
Date
Time
F
Link copied to clipboard
jvm
fun
String
.
toOffsetDateTimeF
(
)
:
OffsetDateTime
Content copied to clipboard
to
Offset
Time
F
Link copied to clipboard
jvm
fun
String
.
toOffsetTimeF
(
)
:
OffsetTime
Content copied to clipboard
to
String
F
Link copied to clipboard
jvm
fun
LocalDate
.
toStringF
(
)
:
String
Content copied to clipboard
fun
LocalDateTime
.
toStringF
(
)
:
String
Content copied to clipboard
fun
LocalTime
.
toStringF
(
)
:
String
Content copied to clipboard
fun
OffsetDateTime
.
toStringF
(
)
:
String
Content copied to clipboard
fun
OffsetTime
.
toStringF
(
)
:
String
Content copied to clipboard
fun
ZonedDateTime
.
toStringF
(
)
:
String
Content copied to clipboard
to
Time
F
Link copied to clipboard
jvm
fun
String
.
toTimeF
(
)
:
LocalTime
Content copied to clipboard
to
Zoned
Date
Time
F
Link copied to clipboard
jvm
fun
String
.
toZonedDateTimeF
(
)
:
ZonedDateTime
Content copied to clipboard
Properties
KV_DEFAULT_DATE_FORMAT
Link copied to clipboard
js
const
val
KV_DEFAULT_DATE_FORMAT
:
String
Content copied to clipboard