RenderingAndSnapshot

class RenderingAndSnapshot<out RenderingT>(val rendering: RenderingT, val snapshot: TreeSnapshot)(source)

Tuple of rendering and snapshot used by renderWorkflowIn.

Note that this class keeps the default identity equality implementation it inherits from Any, rather than comparing its rendering or snapshot.

Constructors

Link copied to clipboard
constructor(rendering: RenderingT, snapshot: TreeSnapshot)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun component1(): RenderingT
Link copied to clipboard
operator fun component2(): TreeSnapshot