java.util.function.Predicate<T>, Serializable@FunctionalInterface public interface SqlPredicate<T> extends java.util.function.Predicate<T>, Serializable
A serialized predicate.
| Modifier and Type | Method | Description |
|---|---|---|
default SqlPredicate<T> |
and(SqlPredicate<? super T> other) |
|
boolean |
test(T t) |
and, negate, orboolean test(T t)
test in interface java.util.function.Predicate<T>default SqlPredicate<T> and(SqlPredicate<? super T> other)
Copyright © 2018. All rights reserved.