.. _module-splice-schedule-45837: Splice.Schedule =============== Data Types ---------- .. _type-splice-schedule-schedule-35504: **data** `Schedule `_ t a A schedule of values that change over time\. .. _constr-splice-schedule-schedule-12101: `Schedule `_ .. list-table:: :widths: 15 10 30 :header-rows: 1 * - Field - Type - Description * - initialValue - a - Initial value to use until the future values come into effect\. * - futureValues - \[(t, a)\] - sorted in ascending order **instance** `Functor `_ (`Schedule `_ t) **instance** (`Eq `_ a, `Eq `_ t) \=\> `Eq `_ (`Schedule `_ t a) **instance** (`Show `_ a, `Show `_ t) \=\> `Show `_ (`Schedule `_ t a) **instance** `GetField `_ \"configSchedule\" :ref:`AmuletRules ` (`Schedule `_ `Time `_ (:ref:`AmuletConfig ` :ref:`USD `)) **instance** `GetField `_ \"futureValues\" (`Schedule `_ t a) \[(t, a)\] **instance** `GetField `_ \"initialValue\" (`Schedule `_ t a) a **instance** `GetField `_ \"issuanceCurve\" (:ref:`AmuletConfig ` unit) (`Schedule `_ `RelTime `_ :ref:`IssuanceConfig `) **instance** `SetField `_ \"configSchedule\" :ref:`AmuletRules ` (`Schedule `_ `Time `_ (:ref:`AmuletConfig ` :ref:`USD `)) **instance** `SetField `_ \"futureValues\" (`Schedule `_ t a) \[(t, a)\] **instance** `SetField `_ \"initialValue\" (`Schedule `_ t a) a **instance** `SetField `_ \"issuanceCurve\" (:ref:`AmuletConfig ` unit) (`Schedule `_ `RelTime `_ :ref:`IssuanceConfig `) Functions --------- .. _function-splice-schedule-getvalueasof-1611: `getValueAsOf `_ \: `Ord `_ t \=\> t \-\> `Schedule `_ t a \-\> a Get the value as of a specific time .. _function-splice-schedule-validschedule-3679: `validSchedule `_ \: `Ord `_ t \=\> `Schedule `_ t a \-\> (a \-\> `Bool `_) \-\> `Bool `_ Check the validity of a schedule given a function to check the validity of its values .. _function-splice-schedule-allvalues-28049: `allValues `_ \: `Schedule `_ t a \-\> \[a\] .. _function-splice-schedule-nextchangescheduledat-43849: `nextChangeScheduledAt `_ \: `Schedule `_ t a \-\> `Optional `_ t .. _function-splice-schedule-prune-18462: `prune `_ \: `Ord `_ t \=\> t \-\> `Schedule `_ t a \-\> `Schedule `_ t a .. _function-splice-schedule-splitattime-35540: `splitAtTime `_ \: `Ord `_ t \=\> \[(t, a)\] \-\> t \-\> (\[(t, a)\], `Optional `_ (t, a), \[(t, a)\]) .. _function-splice-schedule-insert-53714: `insert `_ \: `Ord `_ t \=\> (t, a) \-\> `Schedule `_ t a \-\> `Schedule `_ t a .. _function-splice-schedule-remove-70441: `remove `_ \: `Ord `_ t \=\> t \-\> `Schedule `_ t a \-\> `Schedule `_ t a .. _function-splice-schedule-update-39134: `update `_ \: `Ord `_ t \=\> (t, a) \-\> `Schedule `_ t a \-\> `Schedule `_ t a