Package it.tidalwave.role.ui.function
Class AndFunction
java.lang.Object
it.tidalwave.role.ui.function.BoundFunctionSupport<Boolean,Boolean>
it.tidalwave.role.ui.function.BooleanBoundFunctionSupport
it.tidalwave.role.ui.function.AndFunction
- 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 TypeMethodDescriptionstatic AndFunction
and
(ChangingSource<Boolean>... sources) protected final boolean
function()
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
-
AndFunction
-
-
Method Details
-
and
-
function
protected final boolean function()- Specified by:
function
in classBooleanBoundFunctionSupport
-