public interface Criteria<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isSuccessful(T tested)
the concrete implementations of the Criteria class are what give this function it's meaning.
|
boolean isSuccessful(T tested)
tested
- the element under test who we'd like to know if passes the criteriaCopyright © 2004-2016. All Rights Reserved.