Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- com.github.collinalpert.lambda2sql.Lambda2Sql
- com.github.collinalpert.lambda2sql.ToSqlVisitor (implements com.trigersoft.jaque.expression.ExpressionVisitor<T>)
Interface Hierarchy
- java.util.function.Function<T,R>
- com.github.collinalpert.lambda2sql.functions.SqlFunction<T,R> (also extends com.github.collinalpert.lambda2sql.functions.SerializedFunctionalInterface)
- java.util.function.Predicate<T>
- com.github.collinalpert.lambda2sql.functions.SqlPredicate<T> (also extends com.github.collinalpert.lambda2sql.functions.SerializedFunctionalInterface)
- java.io.Serializable
- com.github.collinalpert.lambda2sql.functions.SerializedFunctionalInterface
- com.github.collinalpert.lambda2sql.functions.SqlFunction<T,R> (also extends java.util.function.Function<T,R>)
- com.github.collinalpert.lambda2sql.functions.SqlPredicate<T> (also extends java.util.function.Predicate<T>)
- com.github.collinalpert.lambda2sql.functions.SerializedFunctionalInterface