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

io.cloudevents.cloudEventsExtensions.kt Maven / Gradle / Ivy

There is a newer version: 5.41.0.0
Show newest version
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