java.lang.Object
it.tidalwave.ui.core.function.BoundFunctionSupport<Boolean,Boolean>
it.tidalwave.ui.core.function.BooleanBoundFunctionSupport
it.tidalwave.ui.core.function.AndFunction
- All Implemented Interfaces:
ChangingSource<Boolean>,BoundFunction<Boolean,,Boolean> Mutable
- Since:
- 2.0-ALPHA-1
- Author:
- Fabrizio Giudici
-
Field Summary
Fields inherited from class it.tidalwave.ui.core.function.BooleanBoundFunctionSupport
sources -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AndFunctionand(ChangingSource<Boolean>... sources) protected final booleanfunction()Methods inherited from class it.tidalwave.ui.core.function.BooleanBoundFunctionSupport
getMethods inherited from class it.tidalwave.ui.core.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
getPropertyChangeListenersMethods inherited from interface it.tidalwave.ui.core.Mutable
addListener, addListener1, addListener2, addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, hasListeners, removeListener, removePropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
AndFunction
-
-
Method Details
-
and
-
function
protected final boolean function()- Specified by:
functionin classBooleanBoundFunctionSupport
-