ContentsIndex
Barracuda.TimedCollection
MaintainerStephan Friedrichs
Description
A generalization of collections storing timestamped data.
Synopsis
class TimedCollection t where
deleteBefore :: UTCTime -> t -> t
Documentation
class TimedCollection t where
Represents a collection that contains timestamped information. This collection can be purged by deleting all information older than a given point of time.
Methods
deleteBefore :: UTCTime -> t -> t
Deletes all information before the given timestamp.
show/hide Instances
Produced by Haddock version 0.8