Subject - The type of the values to perform tests on.public interface Predicate<Subject>
Predicate is used to perform arbitrary test on test subject.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Subject subject)
Performs the test on a given test subject.
|
boolean test(Subject subject)
Implementers must not throw any exceptions.
subject - The test subject.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.