Class TernaryOperation<A,B,C,R>

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

public class TernaryOperation<A,B,C,R> extends Indicator<R>
TernaryOperation is an Indicator that performs a ternary operation on three input Indicators.
See Also: