Note well: as of 2.0, there is no longer a notion of a separate higher- order bag function. Instead, if needed, it is supplied as one of the Expression
s in the parameter list. As such, when this Apply
is evaluated, it no longer pre-evaluates all the parameters if a bag function is used. It is now up to the implementor of a higher-order function to do this.
Also, as of 2.0, the Apply
is no longer used to represent a Condition, since the XACML 2.0 specification changed how Condition works. Instead, there is now a Condition
class that represents both 1.x and 2.0 style Conditions.
@since 1.0
@author Seth ProctorAdding generic type support by Christian Mueller (geotools)
|
|