with Modifier
fun <T : KoModifierProvider> List<T>.withModifier(modifier: KoModifier, vararg modifiers: KoModifier): List<T>
List containing declarations with all the specified modifiers.
Return
A list containing declarations with all the specified modifiers.
Parameters
modifier
The modifier to include.
modifiers
The modifiers to include.
List containing declarations with all the specified modifiers.
Return
A list containing declarations with all the specified modifiers.
Parameters
modifiers
The modifiers to include.