Constructor and Description |
---|
ScanningPredicate(Collection<Predicate<T>> includes,
Collection<Predicate<T>> excludes) |
public ScanningPredicate(Collection<Predicate<T>> includes, Collection<Predicate<T>> excludes)
public boolean apply(T input)
Predicate
input
. This method is generally
expected, but not absolutely required, to have the following properties:
Objects.equal
(a, b)
implies that predicate.apply(a) ==
predicate.apply(b))
.
Copyright © 2013 Seam Framework. All Rights Reserved.