Builder
Properties
Mutable list of the current context parameters this builder contains.
Mutable map of the current originating elements this builder contains.
Mutable map of the current originating elements this builder contains.
Mutable map of the current tags this builder contains.
Functions
Adds an originatingElement to this type's list of originating elements.
Adds the given ContextParameter to this type's list of context parameters.
Adds a context parameter with the name "_" and type to this type's list of context parameters.
Adds the given parameters to this type's list of context parameters.
Adds the given receiverTypes to this type's list of originating elements.
True to create a var
instead of a val
.
Attaches tag to the request using type as a key. Tags can be read from a request using Taggable.tag. Use null
to remove any existing tag assigned for type.
Attaches tag to the request using T as a key. Tags can be read from a request using Taggable.tag. Use null
to remove any existing tag assigned for T.