Class SequentialSteps<FROM, TO, FIRST, LAST, STEPS>

a pure step never loses any invertibility information. this formally provides us with two great benefits:

  • we may utilize the backward method before ever using the forward method prior.
  • we may reuse the same instance of a pure step for many forward and backward transformations, however many times we want, in any order we want.

Type Parameters

Hierarchy (view full)

Constructors

Properties

steps: STEPS
lost: never

information lost in the forward transformation should be stored here. the lost information may be needed for the backward transformation.

Methods

Generated using TypeDoc