All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.datastar.Selector.kt Maven / Gradle / Ivy

The newest version!
package org.http4k.datastar

import dev.forkhandles.values.StringValue
import dev.forkhandles.values.StringValueFactory
import dev.forkhandles.values.regex

/**
 * Selects the target element of the merge process using a CSS selector.
 */
class Selector private constructor(value: String) : StringValue(value) {
    companion object : StringValueFactory(::Selector, "#.+".regex)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy