- All Implemented Interfaces:
com.google.common.base.Predicate<Sprint>
, Predicate<Sprint>
public class SprintIdEqual
extends Object
implements com.google.common.base.Predicate<Sprint>
Checks that the supplied long value matches a
Sprint
id.
- Since:
- 6.1.3
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
SprintIdEqual
public SprintIdEqual(@Nonnull
Long sprintIdCriteria)
-
Method Details
-
apply
public boolean apply(Sprint sprint)
- Specified by:
apply
in interface com.google.common.base.Predicate<Sprint>