PropertySetter
Functional interface for setting property values on objects. Provides a unified way to modify properties using a consistent API.
Parameters
T
the type of the target object
V
the type of the property value
Functional interface for setting property values on objects. Provides a unified way to modify properties using a consistent API.
the type of the target object
the type of the property value