Uses of Interface
modelarium.attributes.functional.PropertyGetterFunction
Packages that use PropertyGetterFunction
Package
Description
Functional utilities and abstractions for working with attributes.
-
Uses of PropertyGetterFunction in modelarium.attributes.functional
Constructors in modelarium.attributes.functional with parameters of type PropertyGetterFunctionModifierConstructorDescriptionFunctionalProperty(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.