RequestContextKey

Functions

Link copied to clipboard
fun <T> defaulted(store: Store<RequestContext>, default: T, name: String = UUID.randomUUID().toString()): BiDiLens<Request, T>
Link copied to clipboard
fun <T> optional(store: Store<RequestContext>, name: String = UUID.randomUUID().toString()): BiDiLens<Request, T?>
Link copied to clipboard
fun <T> required(store: Store<RequestContext>, name: String = UUID.randomUUID().toString()): RequestContextLens<T>