Package-level declarations

Types

Link copied to clipboard

A generic factory of connections.

Link copied to clipboard
class EnvDelegate(key: String)

A delegate to access environment variables.

Functions

Link copied to clipboard

Creates a new EnvDelegate for the given key.

Link copied to clipboard
inline fun <T, R> Result<T>.flatMap(onSuccess: (T) -> Result<R>): Result<R>