StringValues
interface StringValues
Provides data structure for associating a String with a List of Strings
Inheritors
Functions
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