Package-level declarations

Multiplatform type definitions.

Multiplatform type definitions.

Multiplatform type definitions.

Types

Link copied to clipboard
Link copied to clipboard
actual typealias Decimal = Double
expect class Decimal
actual typealias Decimal = BigDecimal
Link copied to clipboard
external object Intl
Link copied to clipboard
data class KFile(val name: String, val size: Int, val content: String? = null)

A serializable class for a fullstack File type.

Link copied to clipboard
actual typealias LocalDate = <Error class: unknown class>
expect class LocalDate
actual typealias LocalDate = java.time.LocalDate
Link copied to clipboard
actual typealias LocalDateTime = <Error class: unknown class>
expect class LocalDateTime
Link copied to clipboard
actual typealias LocalTime = <Error class: unknown class>
expect class LocalTime
actual typealias LocalTime = java.time.LocalTime
Link copied to clipboard
actual typealias OffsetDateTime = <Error class: unknown class>
expect class OffsetDateTime
Link copied to clipboard
actual typealias OffsetTime = <Error class: unknown class>
expect class OffsetTime
actual typealias OffsetTime = java.time.OffsetTime
Link copied to clipboard
actual typealias ZonedDateTime = <Error class: unknown class>
expect class ZonedDateTime

Properties

Link copied to clipboard

Decode the Base64 encoded content from the data uri string contained in the KFile object.

Link copied to clipboard
val <Error class: unknown class>.byteArray: ByteArray?

Decode the byte array from the data uri string contained in the KFile object.

Link copied to clipboard

Decode the content-type from the data uri string contained in the KFile object.

Link copied to clipboard
val <Error class: unknown class>.inputStream: InputStream?

Decode the input stream from the data uri string contained in the KFile object.

Link copied to clipboard

Functions

Link copied to clipboard
fun <Error class: unknown class>.decoded(): <Error class: unknown class><String?, ByteArray?>

Decode the content from the data uri string contained in the KFile object.

Link copied to clipboard
fun String.toDateF(format: String = KV_DEFAULT_DATE_FORMAT): <Error class: unknown class>

Extension function to convert String to Date with a given date format.

Link copied to clipboard
fun String.toDateFOrNull(format: String = KV_DEFAULT_DATE_FORMAT): <Error class: unknown class>?

Extension function to convert String to Date with a given date format.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <Error class: unknown class>.toStringF(format: String = KV_DEFAULT_DATE_FORMAT): String

Extension function to convert Date to String with a given date format.

Link copied to clipboard
Link copied to clipboard