|
| Barracuda.TimedCollection | | Maintainer | Stephan Friedrichs |
|
|
|
| Description |
| A generalization of collections storing timestamped data.
|
|
| Synopsis |
|
|
|
| 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.
|
| | Instances | |
|
|
| Produced by Haddock version 0.8 |