Package it.tidalwave.role.ui
Interface Changeable<T>
- All Known Implementing Classes:
BoundProperty
,CopyIfEmptyOrConform
,WeakCopyFunctionSupport
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The role of an object that can change its value.
- Author:
- Fabrizio Giudici
- Stereotype:
- role
-
Method Summary
-
Method Details
-
set
Sets a new value to this object.- Parameters:
value
- the new value
-