Side of Software
Dated Collections Library 2.0

Uses of Interface
sos.dated.util.DatedCollections.Action

Uses of DatedCollections.Action in sos.dated.util
 

Methods in sos.dated.util with parameters of type DatedCollections.Action
static
<D> void
DatedCollections.applyAtDates(DatedObject<D> datedObject, D from, D to, DatedCollections.Action<D> action)
          Performs the specified destructive action on the specified dated object within the specified date range.
static
<D> void
DatedCollections.queryAtDates(DatedObject<D> datedObject, D from, D to, DatedCollections.Action<D> action)
          Performs the specified non-destructive action on the specified dated object within the specified date range.
 


Side of Software
Dated Collections Library 2.0

Copyright 2003-09 Side of Software (SOS). All rights reserved.