RenderingAndSnapshot

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

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

RenderingAndSnapshot
Link copied to clipboard
fun <out RenderingT> RenderingAndSnapshot(rendering: RenderingT, snapshot: TreeSnapshot)

Functions

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

Properties

rendering
Link copied to clipboard
val rendering: RenderingT
snapshot
Link copied to clipboard
val snapshot: TreeSnapshot