Companion

object Companion

Functions

abstractBuilder
Link copied to clipboard
fun abstractBuilder(name: String, type: TypeName, vararg modifiers: Modifier): PropertySpec.Builder
builder
Link copied to clipboard
fun builder(name: String, type: TypeName, vararg modifiers: Modifier): PropertySpec.Builder
varBuilder
Link copied to clipboard
fun varBuilder(name: String, type: TypeName, vararg modifiers: Modifier): PropertySpec.Builder