Uses of Class
net.christopherschultz.evaluator.function.BinaryOperator

Packages that use BinaryOperator
net.christopherschultz.evaluator.function   
 

Uses of BinaryOperator in net.christopherschultz.evaluator.function
 

Subclasses of BinaryOperator in net.christopherschultz.evaluator.function
static class BinaryOperator.Add
          Implements addition.
static class BinaryOperator.And
          Implements logical AND.
static class BinaryOperator.Divide
          Implements division.
static class BinaryOperator.Equal
          Implements equals.
static class BinaryOperator.Greater
          Implements greater-than.
static class BinaryOperator.GreaterEqual
          Implements generic greater-than or equal to.
static class BinaryOperator.Less
          Implements less than.
static class BinaryOperator.LessEqual
          Implements greater-than.
static class BinaryOperator.Modulus
          Implements modulus (remainder).
static class BinaryOperator.Multiply
          Implements multiplication.
static class BinaryOperator.NotEqual
          Implements unequal.
static class BinaryOperator.Or
          Implements logical OR.
static class BinaryOperator.Subtract
          Implements subtraction.