Maven module :
un.api : api-common :
Class :
un.api.predicate.Not
Extends/Implements :
un.api.predicate.Predicate
Subclasses :
-
Negate a predicate.
Will always return the opposite value of wrapped predicate.
author
Johann Sorel
Variables :
-
Functions :
Not
,
evaluate
public void
Not
(Predicate precidate)
public Boolean
evaluate
(Object candidate)
Will always return the opposite value of wrapped predicate.
author Johann Sorel