booleanValues

fun StringValuesBuilder.booleanValues(name: String? = null, toBoolean: StringToBoolean = defaultStringToBoolean, toString: BooleanToString = defaultBooleanToString): NamedValuePropertyProvider<List<Boolean>?>(source)

Creates an optional parameter of type List<Boolean> with the given name in this StringValuesBuilder instance.

If no name is provided, the property's name will be used.

Parameters

toBoolean

Method to use when converting from its String form to Boolean.

toString

Method to use when converting from its Boolean form to String.