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

run.smt.ktest.util.dsl.keywords.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package run.smt.ktest.util.dsl

fun  using(v: T) = v
fun  using(dsl: (T.() -> R) -> R, dslApplication: T.() -> R) = dsl(dslApplication)
infix fun  T.execute(dsl: T.() -> R) = dsl()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy