Builder

Builder for Context.

Functions

Link copied to clipboard
fun build(): Context<I>

Builds the context.

Link copied to clipboard
fun <V : Any> param(paramType: ContextParamType<V>, value: V?): Context.Builder<I>

Sets the given paramType to the given value.