Package-level declarations

Functions

Link copied to clipboard
inline fun <T> nullable(block: () -> T): T?

Runner that catches and normalizes all thrown exceptions into a null value.

Link copied to clipboard
inline suspend fun <T> nullableOf(block: () -> T): T?

Suspend runner that catches and normalizes most thrown exceptions into a null value.