internal package
Foswiki::Query::ConditionalOP internal package
Foswiki::Query::ConditionalOP is a
Foswiki::Query::OP StaticMethod
compare($a, $b, \&fn) → $boolean \&fn
takes a single parameter,
which is the result of a <=>
comparison on $a
and $b
. The result
of applying \&fn
is returned.
ObjectMethod
evalTest($node, $clientData, \&fn) → $result \&fn
to each member of the LHS array. The RHS is passed on
untouched to \&fn. Thus (1,-1) > 1
will yield (1,0)