Searched refs:NotPredicate (Results 1 – 3 of 3) sorted by relevance
90 return new NotPredicate<T>(predicate); in not()257 private static class NotPredicate<T> implements Predicate<T>, Serializable { class in Predicates260 NotPredicate(Predicate<T> predicate) { in NotPredicate() method in Predicates.NotPredicate271 if (obj instanceof NotPredicate) { in equals()272 NotPredicate<?> that = (NotPredicate<?>) obj; in equals()
93 return new NotPredicate<T>(predicate); in not()320 private static class NotPredicate<T> implements Predicate<T>, Serializable { class in Predicates323 NotPredicate(Predicate<T> predicate) { in NotPredicate() method in Predicates.NotPredicate334 if (obj instanceof NotPredicate) { in equals()335 NotPredicate<?> that = (NotPredicate<?>) obj; in equals()
201 class NotPredicate : public Predicate { class203 explicit NotPredicate(int64 id, Predicate* operand) in NotPredicate() function in tensorflow::__anon9db8ce5c0111::NotPredicate418 if (auto* not_pred = dynamic_cast<NotPredicate*>(pred)) { in MakeNotPredicateImpl()426 std::unique_ptr<Predicate> new_pred = Make<NotPredicate>(pred); in MakeNotPredicateImpl()