InternalPlatform

expect object InternalPlatform
actual object InternalPlatform

Functions

Link copied to clipboard
expect fun captureStackTrace(): () -> List<<Error class: unknown class>>
actual fun captureStackTrace(): () -> List<<Error class: unknown class>>
Link copied to clipboard
expect fun <T : Any> copyFields(to: T, from: T)
actual fun <T : Any> copyFields(to: T, from: T)
Link copied to clipboard
expect fun <K, V> MutableMap<K, V>.customComputeIfAbsent(key: K, valueFunc: (K) -> V): V
actual fun <K, V> MutableMap<K, V>.customComputeIfAbsent(key: K, valueFunc: (K) -> V): V
Link copied to clipboard
expect fun hkd(obj: Any): String
actual fun hkd(obj: Any): String
Link copied to clipboard
expect fun <K, V> identityMap(): MutableMap<K, V>
actual fun <K, V> identityMap(): MutableMap<K, V>
Link copied to clipboard
expect fun isPassedByValue(cls: KClass<*>): Boolean
actual fun isPassedByValue(cls: KClass<*>): Boolean
Link copied to clipboard
fun isRunningAndroidInstrumentationTest(): Boolean
Link copied to clipboard
inline fun <T : Any> loadPlugin(className: String, msg: String = ""): T
Link copied to clipboard
expect fun multiNotifier(): MultiNotifier
actual fun multiNotifier(): MultiNotifier
Link copied to clipboard
expect fun packRef(arg: Any?): Any?
actual fun packRef(arg: Any?): Any?
Link copied to clipboard
expect fun prettifyRecordingException(ex: Throwable): Throwable
actual fun prettifyRecordingException(ex: Throwable): Throwable
Link copied to clipboard
expect fun ref(obj: Any): Ref
actual fun ref(obj: Any): Ref
Link copied to clipboard
expect inline fun <T> synchronized(obj: Any, block: () -> T): T
actual inline fun <T> synchronized(obj: Any, block: () -> T): T
Link copied to clipboard
expect fun <T> synchronizedMutableList(): MutableList<T>
actual fun <T> synchronizedMutableList(): MutableList<T>
Link copied to clipboard
expect fun <K, V> synchronizedMutableMap(): MutableMap<K, V>
actual fun <K, V> synchronizedMutableMap(): MutableMap<K, V>
Link copied to clipboard
expect fun time(): Long
actual fun time(): Long
Link copied to clipboard
expect fun <K, V> weakMap(): MutableMap<K, V>
actual fun <K, V> weakMap(): MutableMap<K, V>
Link copied to clipboard
expect fun weakRef(value: Any): WeakRef
actual fun weakRef(value: Any): WeakRef