AssetView

interface AssetView

View of tracked assets

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val assets: List<Asset>

All tracked assets, in order in which they were added

Functions

Link copied to clipboard
open fun mostRecent(n: Int): AssetView

The most recently timestamped assets

Link copied to clipboard

The most recently added assets

Link copied to clipboard

Convenience method to return references. References will be converted to matryoshka tools

Link copied to clipboard
open fun since(instant: Instant): AssetView

Assets timestamped since the given instant