Package epam.legalage
Class LegalAgePredicate
java.lang.Object
epam.legalage.LegalAgePredicate
A predicate that checks if a user is over 18 years old based on their date of birth.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a LegalAgePredicate with the system default clock.LegalAgePredicate
(Clock clock) Creates a LegalAgePredicate with the specified clock. -
Method Summary
-
Constructor Details
-
LegalAgePredicate
public LegalAgePredicate()Creates a LegalAgePredicate with the system default clock. -
LegalAgePredicate
Creates a LegalAgePredicate with the specified clock.- Parameters:
clock
- the clock to use for calculating the current date
-
-
Method Details