Functions

Link copied to clipboard
Link copied to clipboard
fun addCode(format: String, vararg args: Any): FunctionSignatureSpec.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : Any> tag(type: Class<T>, tag: T?): FunctionSignatureSpec.Builder
fun <T : Any> tag(type: KClass<T>, tag: T?): FunctionSignatureSpec.Builder

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.

Link copied to clipboard

Properties

Link copied to clipboard

Mutable list of the current attributes this builder contains.

Link copied to clipboard

Mutable map of the current tags this builder contains.