ResponseKey

Functions

Link copied to clipboard
fun <T : Any> of(name: String): ResponseLens<T>
Link copied to clipboard
fun <T : Any> optional(name: String): ResponseLens<T?>

Represents a nullable value in the context of a Response.

Link copied to clipboard
fun <T : Any> required(name: String): ResponseLens<T>

Represents a mandatory value in the context of a Response.