Constructor and Description |
---|
FilterPredicate(Metadata<Filter> filter,
ResourceLoader resourceLoader) |
public FilterPredicate(Metadata<Filter> filter, ResourceLoader resourceLoader)
public boolean apply(String className)
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.