All Classes

Class Description
Lambda2Sql
A utility class for converting java lambdas to SQL.
LinkedListStack<T>
Custom implementation of a stack that uses a linked list functionality approach.
SerializedFunctionalInterface
An interface functional interfaces can extend to become serialized.
SqlFunction<T,​R>
A serialized Function.
SqlFunctions  
SqlPredicate<T>
A serialized Predicate
SqlVisitor
Converts a lambda expression to an SQL where condition.
TriFunction<A,​B,​C,​R>