Package org.reactfx.util
Class WrapperBase<T>
java.lang.Object
org.reactfx.util.WrapperBase<T>
- Type Parameters:
T
- type of the wrapped value.
- Direct Known Subclasses:
ChangeListenerWrapper
,ChangeListenerWrapper
,ChangeObserverWrapper
,InvalidationListenerWrapper
,InvalidationListenerWrapper
,ModificationObserverWrapper
Base class for value-based wrappers, that is wrappers that implement
equals(Object)
and hashCode()
solely by comparing/hashing
the wrapped values.