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

dev.monosoul.jooq.util.ClosureExtensions.kt Maven / Gradle / Ivy

There is a newer version: 6.1.5
Show newest version
package dev.monosoul.jooq.util

import groovy.lang.Closure

internal fun  Closure.callWith(target: T) = rehydrate(target, target, target).call(target)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy