io.cloudevents.cloudEventsExtensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-cloudevents Show documentation
Show all versions of http4k-cloudevents Show documentation
http4k support for the CloudEvents format
package io.cloudevents
fun T.with(vararg modifiers: (T) -> T): T = modifiers.fold(this) { memo, next -> next(memo) }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy