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

org.http4k.format.datastarExtensions.kt Maven / Gradle / Ivy

The newest version!
package org.http4k.format

import org.http4k.datastar.Signal

fun  AutoMarshallingJson<*>.asDatastarSignal(t: T): Signal = Signal.of(asFormatString(t))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy