-
- All Implemented Interfaces:
public final class IQueryStructureResolver.PreparedSql<T extends Object>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIQueryStructureResolver.PreparedSql.Companion
-
Method Summary
Modifier and Type Method Description final Unitinit()final Iterable<Pair<SqlAndParams, Function1<SqlAndParams, Unit>>>lines()final Tcollect()final IQueryStructureResolver.PreparedSql<T>map(Function1<T, T> transformer)-
-
Method Detail
-
lines
final Iterable<Pair<SqlAndParams, Function1<SqlAndParams, Unit>>> lines()
-
map
final IQueryStructureResolver.PreparedSql<T> map(Function1<T, T> transformer)
-
-
-
-