StringValuesSingleImpl
open class StringValuesSingleImpl(val caseInsensitiveName: Boolean, val name: String, val values: List<String>) : StringValues
Constructors
Functions
Properties
Extensions
Link copied to clipboard
fun StringValues.filter(keepEmpty: Boolean = false, predicate: (String, String) -> Boolean): StringValues
Create a new instance of StringValues filtered by the specified predicate
Link copied to clipboard
Copy values to a list of pairs
Link copied to clipboard
Invoke block function for every value pair