Uses of Interface
com.github.collinalpert.lambda2sql.functions.SerializedFunctionalInterface
-
Packages that use SerializedFunctionalInterface Package Description com.github.collinalpert.lambda2sql com.github.collinalpert.lambda2sql.functions -
-
Uses of SerializedFunctionalInterface in com.github.collinalpert.lambda2sql
Methods in com.github.collinalpert.lambda2sql with parameters of type SerializedFunctionalInterface Modifier and Type Method Description static java.lang.StringLambda2Sql. toSql(SerializedFunctionalInterface functionalInterface)Converts a lambda expression to SQL. -
Uses of SerializedFunctionalInterface in com.github.collinalpert.lambda2sql.functions
Subinterfaces of SerializedFunctionalInterface in com.github.collinalpert.lambda2sql.functions Modifier and Type Interface Description interfaceSqlFunction<T,R>A serializedFunction.interfaceSqlPredicate<T>A serializedPredicate
-