org.hackystat.telemetry.analyzer.function.impl
Interface BinaryOperationUtility.BinaryOperator

Enclosing class:
BinaryOperationUtility

static interface BinaryOperationUtility.BinaryOperator

Binary operator interface.

Author:
(Cedric) Qin ZHANG

Method Summary
 java.lang.Number computes(java.lang.Number a, java.lang.Number b)
          Performs binary operation.
 

Method Detail

computes

java.lang.Number computes(java.lang.Number a,
                          java.lang.Number b)
Performs binary operation.

Parameters:
a - Number 1.
b - Number 2.
Returns:
The result.