Uses of Interface
modelarium.entities.attributes.properties.functional.EnvironmentPropertyGetterFunction
Packages that use EnvironmentPropertyGetterFunction
Package
Description
Provides functional interfaces and lambda-backed implementations of property attributes.
-
Uses of EnvironmentPropertyGetterFunction in modelarium.entities.attributes.properties.functional
Constructors in modelarium.entities.attributes.properties.functional with parameters of type EnvironmentPropertyGetterFunctionModifierConstructorDescriptionFunctionalEnvironmentProperty(String name, boolean isLogged, AttributeAccessLevel accessLevel, Class<T> type, EnvironmentPropertyGetterFunction<T> getter, EnvironmentPropertySetterFunction<T> setter, EnvironmentPropertyRunFunction<T> runLogic) Constructs a new functional environment property with the specified logic functions.