Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Implementation of a FileInputStream based upon native file access.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An implementation of a reader that reads (UTF-8 only) input streams.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
expect inline fun <K, V> MutableMap<K, V>.computeIfAbsent(key: K, crossinline defaultValue: () -> V): V
actual inline fun <K, V> MutableMap<K, V>.computeIfAbsent(key: K, crossinline defaultValue: () -> V): V
actual inline fun <K, V> MutableMap<K, V>.computeIfAbsent(key: K, crossinline defaultValue: () -> V): V
Link copied to clipboard