Constructor and Description |
---|
Operator() |
Modifier and Type | Method and Description |
---|---|
static boolean |
_equalsComplex(Set<Object> done,
Object left,
Object right,
boolean caseSensitive) |
static boolean |
_equalsComplexEL(Set<Object> done,
Object left,
Object right,
boolean caseSensitive,
boolean checkOnlyPublicAppearance) |
static double |
bitand(double left,
double right)
bitand operation
|
static double |
bitor(double left,
double right)
bitand operation
|
static int |
compare(boolean left,
boolean right)
compares a boolean with a boolean
|
static int |
compare(boolean left,
Date right)
compares a boolean with a Date
|
static int |
compare(boolean left,
double right)
compares a boolean with a double
|
static int |
compare(boolean left,
Object right)
compares a boolean with a Object
|
static int |
compare(boolean left,
String right)
compares a boolean with a double
|
static int |
compare(Castable left,
Object right) |
static int |
compare(Date left,
boolean right)
compares a Date with a boolean
|
static int |
compare(Date left,
Date right)
compares a Date with a Date
|
static int |
compare(Date left,
double right)
compares a Date with a double
|
static int |
compare(Date left,
Object right)
compares a Date with a Object
|
static int |
compare(Date left,
String right)
compares a Date with a String
|
static int |
compare(double left,
boolean right)
compares a double with a boolean
|
static int |
compare(double left,
Date right)
compares a double with a Date
|
static int |
compare(double left,
double right)
compares a double with a double
|
static int |
compare(double left,
Object right)
compares a double with a Object
|
static int |
compare(double left,
String right)
compares a double with a String
|
static int |
compare(Locale left,
Object right) |
static int |
compare(Locale left,
String right) |
static int |
compare(Object left,
boolean right)
compares a Object with a boolean
|
static int |
compare(Object left,
Castable right) |
static int |
compare(Object left,
Date right)
compares a Object with a Date
|
static int |
compare(Object left,
double right)
compares a Object with a double
|
static int |
compare(Object left,
Locale right) |
static int |
compare(Object left,
Object right)
compares two Objects
|
static int |
compare(Object left,
String right)
compares a Object with a String
|
static int |
compare(String left,
boolean right)
compares a String with a boolean
|
static int |
compare(String left,
Date right)
compares a String with a Date
|
static int |
compare(String left,
double right)
compares a String with a double
|
static int |
compare(String left,
Locale right) |
static int |
compare(String left,
Object right)
compares a String with a Object
|
static int |
compare(String left,
String right)
compares a String with a String
|
static CharSequence |
concat(CharSequence left,
CharSequence right)
concat 2 CharSequences
|
static boolean |
ct(Object left,
Object right)
check if left is inside right (String-> ignore case)
|
static double |
div(double left,
double right) |
static double |
divide(double left,
double right)
divide operation
|
static Double |
divideRef(Object left,
Object right) |
static Double |
divRef(Object left,
Object right) |
static boolean |
eeq(Object left,
Object right)
simple reference compersion
|
static boolean |
equals(Object left,
Object right,
boolean caseSensitive)
Method to compare to different values, return true of objects are same otherwise false
|
static boolean |
equals(Object left,
Object right,
boolean caseSensitive,
boolean allowComplexValues) |
static boolean |
equalsComplex(Object left,
Object right,
boolean caseSensitive) |
static boolean |
equalsComplexEL(Object left,
Object right,
boolean caseSensitive,
boolean checkOnlyPublicAppearance) |
static boolean |
equalsEL(Object left,
Object right,
boolean caseSensitive,
boolean allowComplexValues) |
static boolean |
eqv(boolean left,
boolean right)
Equivalence: Return True if both operands are True or both are False.
|
static boolean |
eqv(Object left,
Object right)
Equivalence: Return True if both operands are True or both are False.
|
static double |
exponent(double left,
double right) |
static float |
exponent(float left,
float right) |
static double |
exponent(Object left,
Object right)
calculate the exponent of the left value
|
static Double |
exponentRef(Object left,
Object right) |
static boolean |
imp(boolean left,
boolean right)
Implication: The statement A IMP B is the equivalent of the logical statement
"If A Then B." A IMP B is False only if A is True and B is False.
|
static boolean |
imp(Object left,
Object right)
Implication: The statement A IMP B is the equivalent of the logical statement
"If A Then B." A IMP B is False only if A is True and B is False.
|
static double |
intdiv(double left,
double right) |
static Double |
intdivRef(Object left,
Object right) |
static double |
minus(double left,
double right)
minus operation
|
static Double |
minusRef(Object left,
Object right) |
static double |
modulus(double left,
double right)
modulus operation
|
static Double |
modulusRef(Object left,
Object right) |
static double |
multiply(double left,
double right)
multiply operation
|
static Double |
multiplyRef(Object left,
Object right) |
static boolean |
nct(Object left,
Object right)
check if left is not inside right (String-> ignore case)
|
static boolean |
neeq(Object left,
Object right)
simple reference compersion
|
static double |
plus(double left,
double right)
plus operation
|
static Double |
plusRef(Object left,
Object right) |
static double |
unaryPoMi(Collection coll,
Collection.Key key,
double value) |
static double |
unaryPoMi(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
unaryPoMi(PageContext pc,
Collection.Key key,
double value) |
static double |
unaryPoPl(Collection coll,
Collection.Key key,
double value) |
static double |
unaryPoPl(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
unaryPoPl(PageContext pc,
Collection.Key key,
double value) |
static Double |
unaryPostMinus(Collection coll,
Collection.Key key,
double value) |
static Double |
unaryPostMinus(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
unaryPostPlus(Collection coll,
Collection.Key key,
double value) |
static Double |
unaryPostPlus(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
unaryPrDi(Collection coll,
Collection.Key key,
double value) |
static double |
unaryPrDi(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
unaryPrDi(PageContext pc,
Collection.Key key,
double value) |
static String |
unaryPreConcat(Collection coll,
Collection.Key key,
String value) |
static String |
unaryPreConcat(PageContext pc,
Collection.Key[] keys,
String value) |
static String |
unaryPreConcat(PageContext pc,
Collection.Key key,
String value) |
static Double |
unaryPreDivide(Collection coll,
Collection.Key key,
double value) |
static Double |
unaryPreDivide(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
unaryPreMinus(Collection coll,
Collection.Key key,
double value) |
static Double |
unaryPreMinus(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
unaryPreMultiply(Collection coll,
Collection.Key key,
double value) |
static Double |
unaryPreMultiply(PageContext pc,
Collection.Key[] keys,
double value) |
static Double |
unaryPrePlus(Collection coll,
Collection.Key key,
double value) |
static Double |
unaryPrePlus(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
unaryPrMi(Collection coll,
Collection.Key key,
double value) |
static double |
unaryPrMi(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
unaryPrMi(PageContext pc,
Collection.Key key,
double value) |
static double |
unaryPrMu(Collection coll,
Collection.Key key,
double value) |
static double |
unaryPrMu(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
unaryPrMu(PageContext pc,
Collection.Key key,
double value) |
static double |
unaryPrPl(Collection coll,
Collection.Key key,
double value) |
static double |
unaryPrPl(PageContext pc,
Collection.Key[] keys,
double value) |
static double |
unaryPrPl(PageContext pc,
Collection.Key key,
double value) |
public Operator()
public static int compare(Object left, Object right) throws PageException
left
- right
- PageException
public static int compare(Locale left, Object right) throws PageException
PageException
public static int compare(Object left, Locale right) throws PageException
PageException
public static int compare(Object left, String right) throws PageException
left
- right
- PageException
public static int compare(String left, Object right) throws PageException
left
- right
- PageException
public static int compare(Object left, double right) throws PageException
left
- right
- PageException
public static int compare(double left, Object right) throws PageException
left
- right
- PageException
public static int compare(Object left, boolean right) throws PageException
left
- right
- PageException
public static int compare(boolean left, Object right) throws PageException
left
- right
- PageException
public static int compare(Object left, Date right) throws PageException
left
- right
- PageException
public static int compare(Date left, Object right) throws PageException
left
- right
- PageException
public static int compare(Castable left, Object right) throws PageException
PageException
public static int compare(Object left, Castable right) throws PageException
PageException
public static int compare(String left, String right)
left
- right
- public static int compare(String left, double right)
left
- right
- public static int compare(String left, boolean right)
left
- right
- public static int compare(String left, Date right) throws PageException
left
- right
- PageException
public static int compare(double left, String right)
left
- right
- public static int compare(double left, double right)
left
- right
- public static int compare(double left, boolean right)
left
- right
- public static int compare(double left, Date right)
left
- right
- public static int compare(boolean left, double right)
left
- right
- public static int compare(boolean left, String right)
left
- right
- public static int compare(boolean left, boolean right)
left
- right
- public static int compare(boolean left, Date right)
left
- right
- public static int compare(Date left, String right) throws PageException
left
- right
- PageException
public static int compare(Date left, double right)
left
- right
- public static int compare(Date left, boolean right)
left
- right
- public static int compare(Date left, Date right)
left
- right
- public static boolean equals(Object left, Object right, boolean caseSensitive) throws PageException
left
- left value to compareright
- right value to comparecaseSensitive
- check case sensitive or notPageException
public static boolean equalsEL(Object left, Object right, boolean caseSensitive, boolean allowComplexValues)
public static boolean equalsComplexEL(Object left, Object right, boolean caseSensitive, boolean checkOnlyPublicAppearance)
public static boolean _equalsComplexEL(Set<Object> done, Object left, Object right, boolean caseSensitive, boolean checkOnlyPublicAppearance)
public static boolean equals(Object left, Object right, boolean caseSensitive, boolean allowComplexValues) throws PageException
PageException
public static boolean equalsComplex(Object left, Object right, boolean caseSensitive) throws PageException
PageException
public static boolean _equalsComplex(Set<Object> done, Object left, Object right, boolean caseSensitive) throws PageException
PageException
public static boolean ct(Object left, Object right) throws PageException
left
- string to checkright
- substring to find in stringPageException
public static boolean eqv(Object left, Object right) throws PageException
left
- value to checkright
- value to checkPageException
public static boolean eqv(boolean left, boolean right)
left
- value to checkright
- value to checkpublic static boolean imp(Object left, Object right) throws PageException
left
- value to checkright
- value to checkPageException
public static boolean imp(boolean left, boolean right)
left
- value to checkright
- value to checkpublic static boolean nct(Object left, Object right) throws PageException
left
- string to checkright
- substring to find in stringPageException
public static boolean eeq(Object left, Object right) throws PageException
left
- right
- PageException
public static boolean neeq(Object left, Object right) throws PageException
left
- right
- PageException
public static double exponent(Object left, Object right) throws PageException
left
- value to get exponent fromright
- exponent countPageException
public static double exponent(double left, double right)
public static double intdiv(double left, double right)
public static double div(double left, double right)
public static float exponent(float left, float right)
public static CharSequence concat(CharSequence left, CharSequence right)
left
- right
- public static final double plus(double left, double right)
left
- right
- public static double minus(double left, double right)
left
- right
- public static double modulus(double left, double right)
left
- right
- public static double divide(double left, double right)
left
- right
- public static double multiply(double left, double right)
left
- right
- public static double bitand(double left, double right)
left
- right
- public static double bitor(double left, double right)
left
- right
- public static Double divRef(Object left, Object right) throws PageException
PageException
public static Double exponentRef(Object left, Object right) throws PageException
PageException
public static Double intdivRef(Object left, Object right) throws PageException
PageException
public static Double plusRef(Object left, Object right) throws PageException
PageException
public static Double minusRef(Object left, Object right) throws PageException
PageException
public static Double modulusRef(Object left, Object right) throws PageException
PageException
public static Double divideRef(Object left, Object right) throws PageException
PageException
public static Double multiplyRef(Object left, Object right) throws PageException
PageException
public static Double unaryPostPlus(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static Double unaryPostPlus(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static double unaryPoPl(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static double unaryPoPl(PageContext pc, Collection.Key key, double value) throws PageException
PageException
public static double unaryPoPl(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static Double unaryPostMinus(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static Double unaryPostMinus(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static double unaryPoMi(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static double unaryPoMi(PageContext pc, Collection.Key key, double value) throws PageException
PageException
public static double unaryPoMi(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static Double unaryPrePlus(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static Double unaryPrePlus(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static double unaryPrPl(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static double unaryPrPl(PageContext pc, Collection.Key key, double value) throws PageException
PageException
public static double unaryPrPl(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static Double unaryPreMinus(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static Double unaryPreMinus(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static double unaryPrMi(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static double unaryPrMi(PageContext pc, Collection.Key key, double value) throws PageException
PageException
public static double unaryPrMi(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static Double unaryPreMultiply(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static Double unaryPreMultiply(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static double unaryPrMu(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static double unaryPrMu(PageContext pc, Collection.Key key, double value) throws PageException
PageException
public static double unaryPrMu(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static Double unaryPreDivide(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static Double unaryPreDivide(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static double unaryPrDi(PageContext pc, Collection.Key[] keys, double value) throws PageException
PageException
public static double unaryPrDi(PageContext pc, Collection.Key key, double value) throws PageException
PageException
public static double unaryPrDi(Collection coll, Collection.Key key, double value) throws PageException
PageException
public static String unaryPreConcat(PageContext pc, Collection.Key[] keys, String value) throws PageException
PageException
public static String unaryPreConcat(Collection coll, Collection.Key key, String value) throws PageException
PageException
public static String unaryPreConcat(PageContext pc, Collection.Key key, String value) throws PageException
PageException
Copyright © 2015 Lucee