- All Implemented Interfaces:
Predicate<io.cucumber.core.gherkin.Pickle>
public final class Filters
extends Object
implements Predicate<io.cucumber.core.gherkin.Pickle>
-
Constructor Summary
Constructors
-
Method Summary
boolean
test(io.cucumber.core.gherkin.Pickle pickle)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
test
public boolean test(io.cucumber.core.gherkin.Pickle pickle)
- Specified by:
test in interface Predicate<io.cucumber.core.gherkin.Pickle>