Uses of Interface
modelarium.scheduler.functional.TickFunction
Packages that use TickFunction
Package
Description
Provides a lambda-backed scheduler and its tick function interface.
-
Uses of TickFunction in modelarium.scheduler.functional
Constructors in modelarium.scheduler.functional with parameters of type TickFunctionModifierConstructorDescriptionFunctionalScheduler(TickFunction tickFunction) Constructs a new functional scheduler with the specified tick function.