Class PopOffDateList

java.lang.Object
cdm.base.datetime.functions.PopOffDateList
All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
Direct Known Subclasses:
PopOffDateList.PopOffDateListDefault, PopOffDateListImpl

public abstract class PopOffDateList extends Object implements com.rosetta.model.lib.functions.RosettaFunction
  • Constructor Details

    • PopOffDateList

      public PopOffDateList()
  • Method Details

    • evaluate

      public List<com.rosetta.model.lib.records.Date> evaluate(List<com.rosetta.model.lib.records.Date> dates)
      Parameters:
      dates - List of dates.
      Returns:
      newList The newly created list, omitting the last element of the original list.
    • doEvaluate

      protected abstract List<com.rosetta.model.lib.records.Date> doEvaluate(List<com.rosetta.model.lib.records.Date> dates)