public interface LicenseMaintenancePredicate extends java.util.function.Predicate<LicenseDetails>
Modifier and Type | Method and Description |
---|---|
boolean |
test(LicenseDetails details)
Checks whether the license is within the maintenance date.
|
and, isEqual, negate, or
boolean test(@Nonnull LicenseDetails details)
test
in interface java.util.function.Predicate<LicenseDetails>
details
- the license to checkCopyright © 2002-2016 Atlassian. All Rights Reserved.