Class PreviousValue<T>

Type Parameters:
T - the type

public class PreviousValue<T> extends CachelessIndicator<T>
PreviousValue is an Indicator to provide the n-th previous value.
  • Constructor Details

    • PreviousValue

      protected PreviousValue(Indicator<T> indicator, int n)
  • Method Details