Package-level declarations

Types

Link copied to clipboard

A DSL marker annotation to restrict the scope of DSL functions.

Link copied to clipboard
sealed interface Result<out Success, out Failure>

Sealed class representing a Result, which can be either a Success or a Failure.

Functions

Link copied to clipboard
inline fun JSONArray.forEach(action: (Any) -> Unit)

Extension function for JSONArray to iterate over each element.