Module it.tidalwave.ui.core
Package it.tidalwave.ui.core.function
Class UnaryBoundFunctionSupport<T,R>
java.lang.Object
it.tidalwave.ui.core.function.BoundFunctionSupport<T,R>
it.tidalwave.ui.core.function.UnaryBoundFunctionSupport<T,R>
- All Implemented Interfaces:
ChangingSource<R>
,BoundFunction<T,
,R> Mutable
- Direct Known Subclasses:
NonEmptyFunction
,WeakCopyFunctionSupport
- Since:
- 2.0-ALPHA-1
- Author:
- Fabrizio Giudici
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.tidalwave.ui.core.function.BoundFunctionSupport
fireValueChanged, fireValueChanged, unbindAll
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.tidalwave.ui.core.ChangingSource
getPropertyChangeListeners
Methods inherited from interface it.tidalwave.ui.core.Mutable
addListener, addListener1, addListener2, addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, hasListeners, removeListener, removePropertyChangeListener, removePropertyChangeListener
-
Field Details
-
value
-
-
Constructor Details
-
UnaryBoundFunctionSupport
-
-
Method Details
-
onSourceChange
-
function
-
get
Description copied from interface:ChangingSource
Returns the value of this object.- Returns:
- the value
-