Maven module :
un.api : api-common :
Class :
un.api.lang.ExtendedPredicate
Extends/Implements :
un.api.predicate.Predicate
Subclasses :
-
author
Yann D'Isanto
Variables :
-
Functions :
xor
Creates a predicate resulting in the XOR operator between this predicate
and the specified one.
param
predicate other predicate
return
a new predicate.
ExtendedPredicate
xor
(Predicate predicate)