Uses of Class
microsim.caching.OnceUntil
Packages that use OnceUntil
-
Uses of OnceUntil in microsim
Modifier and TypeMethodDescriptionFilteredCollection.oncePerSimTime(SimulationEngine engine) Wrap theFilteredCollectionin aOnceUntilcache that checks when the simulation time changes. -
Uses of OnceUntil in microsim.caching
Methods in microsim.caching that return OnceUntilModifier and TypeMethodDescriptionstatic <T> OnceUntil<T> OnceUntil.timeChanges(Supplier<? extends T> supplier, SimulationEngine engine) Build a cache that updates once per simulation tick. -
Uses of OnceUntil in microsim.dev.statistics
Methods in microsim.dev.statistics that return OnceUntilModifier and TypeMethodDescriptionCrossSection.oncePerSimTime(SimulationEngine engine) Wrap theCrossSectionin aOnceUntilcache that checks when the simulation time changes.WeightedCrossSection.oncePerSimTime(SimulationEngine engine) Wrap theWeightedCrossSectionin aOnceUntilcache that checks when the simulation time changes.