Package microsim.caching


package microsim.caching
  • Classes
    Class
    Description
    Once<T>
    Cache the result of a Supplier so that it is only called once.
    Cache the result of a Supplier so that it is only called only once until the condition becomes true.