AssetViewImpl

class AssetViewImpl(val assets: List<Asset>) : AssetView

Constructors

Link copied to clipboard
constructor(assets: List<Asset>)

Properties

Link copied to clipboard
open override 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