Builder

interface Builder<I : ContextIntention<I>>

Builder for Context.

Functions

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

Builds the context.

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

Sets the given paramType to the given value.