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.

Link copied to clipboard

Helper class for detecting test environments. This provides multiple detection methods to ensure test environments are properly detected. Also supports explicit test mode enablement for more reliable test execution.

Functions

Link copied to clipboard
inline fun <T> T.() -> Unit.andThen(crossinline next: T.() -> Unit): T.() -> Unit
Link copied to clipboard
inline fun JSONArray.forEach(action: (Any) -> Unit)

Extension function for JSONArray to iterate over each element.

Link copied to clipboard

Function to convert a LocaleList to an Accept-Language header value.