Package it.tidalwave.role.ui.function
Class OrFunction
java.lang.Object
it.tidalwave.role.ui.function.BoundFunctionSupport<Boolean,Boolean>
it.tidalwave.role.ui.function.BooleanBoundFunctionSupport
it.tidalwave.role.ui.function.OrFunction
- All Implemented Interfaces:
ChangingSource<Boolean>
,BoundFunction<Boolean,
Boolean>
- Author:
- Fabrizio Giudici
-
Field Summary
Fields inherited from class it.tidalwave.role.ui.function.BooleanBoundFunctionSupport
sources
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final boolean
function()
static OrFunction
or
(ChangingSource<Boolean>... sources) Methods inherited from class it.tidalwave.role.ui.function.BooleanBoundFunctionSupport
get
Methods inherited from class it.tidalwave.role.ui.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.role.ui.ChangingSource
addPropertyChangeListener, getPropertyChangeListeners, removePropertyChangeListener
-
Constructor Details
-
OrFunction
-
-
Method Details
-
or
-
function
protected final boolean function()- Specified by:
function
in classBooleanBoundFunctionSupport
-