Uses of Interface
modelarium.attributes.functional.PropertyRunFunction
Packages that use PropertyRunFunction
Package
Description
Functional utilities and abstractions for working with attributes.
-
Uses of PropertyRunFunction in modelarium.attributes.functional
Constructors in modelarium.attributes.functional with parameters of type PropertyRunFunctionModifierConstructorDescriptionFunctionalProperty(String name, boolean isRecorded, Class<T> type, PropertyGetterFunction<T> getter, PropertySetterFunction<T> setter, PropertyRunFunction<T> runLogic) Constructs a functional property with the given name, type, recording flag, and logic.