Uses of Interface
com.github.collinalpert.lambda2sql.functions.SqlFunction
-
Packages that use SqlFunction Package Description com.github.collinalpert.lambda2sql.functions -
-
Uses of SqlFunction in com.github.collinalpert.lambda2sql.functions
Methods in com.github.collinalpert.lambda2sql.functions that return SqlFunction Modifier and Type Method Description default <V> SqlFunction<T,V>SqlFunction. andThen(SqlFunction<? super R,? extends V> after)default <V> SqlFunction<V,R>SqlFunction. compose(SqlFunction<? super V,? extends T> before)static <T> SqlFunction<T,T>SqlFunction. identity()Methods in com.github.collinalpert.lambda2sql.functions with parameters of type SqlFunction Modifier and Type Method Description default <V> SqlFunction<T,V>SqlFunction. andThen(SqlFunction<? super R,? extends V> after)default <V> SqlFunction<V,R>SqlFunction. compose(SqlFunction<? super V,? extends T> before)
-