Class BinaryOperation<A,B,R>

java.lang.Object
trade.invision.indicators.indicators.Indicator<R>
trade.invision.indicators.indicators.operation.binary.BinaryOperation<A,B,R>
Type Parameters:
A - the first input type
B - the second input type
R - the result type

public class BinaryOperation<A,B,R> extends Indicator<R>
BinaryOperation is an Indicator that performs a binary operation on two input Indicators.
See Also: