Class UnaryOperation<I,R>

java.lang.Object
trade.invision.indicators.indicators.Indicator<R>
trade.invision.indicators.indicators.operation.unary.UnaryOperation<I,R>
Type Parameters:
I - the input type
R - the result type

public class UnaryOperation<I,R> extends Indicator<R>
UnaryOperation is an Indicator that performs a unary operation on one input Indicator.
See Also:
  • Constructor Details

  • Method Details