Start » Filter Reference » Data Flow » Loop Utils » LastTwoObjects
Module: | FoundationLite |
---|
Returns the current and the previous object.
Name | Type | Description | |
---|---|---|---|
![]() |
inObject | <T> | |
![]() |
inInitialObject | <T> | Object to be used as the previous one in first iteration |
![]() |
inReset | Bool | Reset accumulator state |
![]() |
outCurrentObject | <T> | Object from this iteration |
![]() |
outPreviousObject | <T> | Object from previous iteration |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Advanced Complexity Level.