ResultHistory

data class ResultHistory<RESULT : Any>(_results: MutableList<RESULT> = mutableListOf(), val timestamp: Instant = Instant.now())

Mutable object. We only bind this once

Constructors

Link copied to clipboard
constructor(_results: MutableList<RESULT> = mutableListOf(), timestamp: Instant = Instant.now())

Properties

Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard