with

fun <T : HttpMessage> T.with(vararg modifiers: (T) -> T): T(source)
fun WebForm.with(vararg modifiers: (WebForm) -> WebForm): WebForm(source)