Uses of Interface
com.github.collinalpert.lambda2sql.functions.SqlPredicate
| Package | Description |
|---|---|
| com.github.collinalpert.lambda2sql.functions |
-
Uses of SqlPredicate in com.github.collinalpert.lambda2sql.functions
Methods in com.github.collinalpert.lambda2sql.functions that return SqlPredicate Modifier and Type Method Description default SqlPredicate<T>SqlPredicate. and(SqlPredicate<? super T> other)default SqlPredicate<T>SqlPredicate. or(SqlPredicate<? super T> other)Methods in com.github.collinalpert.lambda2sql.functions with parameters of type SqlPredicate Modifier and Type Method Description default SqlPredicate<T>SqlPredicate. and(SqlPredicate<? super T> other)default SqlPredicate<T>SqlPredicate. or(SqlPredicate<? super T> other)