dev.monosoul.jooq.util.ClosureExtensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jooq-gradle-plugin Show documentation
Show all versions of jooq-gradle-plugin Show documentation
Generates jOOQ classes using dockerized database
package dev.monosoul.jooq.util
import groovy.lang.Closure
internal fun Closure.callWith(target: T) = rehydrate(target, target, target).call(target)