T - input type@FunctionalInterface public interface SqlPredicate<T>
java.util.function.Predicate that throws
a SQLException if an error occurred while the predicate was tested.| Modifier and Type | Method and Description |
|---|---|
default SqlPredicate<T> |
and(SqlPredicate<? super T> other) |
default SqlPredicate<T> |
negate() |
default SqlPredicate<T> |
or(Predicate<? super T> other) |
boolean |
test(T t) |
default Predicate<T> |
unWrap() |
static <T> SqlPredicate<T> |
wrap(Predicate<T> inner) |
boolean test(T t) throws SQLException
SQLExceptionstatic <T> SqlPredicate<T> wrap(Predicate<T> inner)
default SqlPredicate<T> and(SqlPredicate<? super T> other)
default SqlPredicate<T> negate()
default SqlPredicate<T> or(Predicate<? super T> other)
Copyright © 2019 Speedment, Inc.. All rights reserved.