Package it.tidalwave.ui.function
Class OrFunction
java.lang.Object
it.tidalwave.ui.function.BoundFunctionSupport<Boolean,Boolean>
it.tidalwave.ui.function.BooleanBoundFunctionSupport
it.tidalwave.ui.function.OrFunction
- All Implemented Interfaces:
ChangingSource<Boolean>,BoundFunction<Boolean,Boolean>
- Since:
- 2.0-ALPHA-1
- Author:
- Fabrizio Giudici
-
Field Summary
Fields inherited from class it.tidalwave.ui.function.BooleanBoundFunctionSupport
sources -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final booleanfunction()static OrFunctionor(ChangingSource<Boolean>... sources) Methods inherited from class it.tidalwave.ui.function.BooleanBoundFunctionSupport
getMethods inherited from class it.tidalwave.ui.function.BoundFunctionSupport
fireValueChanged, fireValueChanged, unbindAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.tidalwave.ui.core.ChangingSource
addPropertyChangeListener, getPropertyChangeListeners, removePropertyChangeListener
-
Constructor Details
-
OrFunction
-
-
Method Details
-
or
-
function
protected final boolean function()- Specified by:
functionin classBooleanBoundFunctionSupport
-