Uses of Class
org.spf4j.zel.operators.Operator.Enum
-
Packages that use Operator.Enum Package Description org.spf4j.zel.operators -
-
Uses of Operator.Enum in org.spf4j.zel.operators
Methods in org.spf4j.zel.operators that return Operator.Enum Modifier and Type Method Description static Operator.EnumOperator.Enum. valueOf(String name)Returns the enum constant of this type with the specified name.static Operator.Enum[]Operator.Enum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spf4j.zel.operators with parameters of type Operator.Enum Modifier and Type Method Description static ObjectOperators. apply(Operator.Enum op, Object a, Object b)
-