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