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, orboolean test(@Nonnull LicenseDetails details)
test in interface java.util.function.Predicate<LicenseDetails>details - the license to checkCopyright © 2002-2018 Atlassian. All Rights Reserved.