Module net.anwiba.commons.model
Package net.anwiba.commons.model
Class OrAggregatedBooleanDistributor
java.lang.Object
net.anwiba.commons.model.AbstractObjectChangedNotifier
net.anwiba.commons.model.OrAggregatedBooleanDistributor
- All Implemented Interfaces:
IBooleanProvider,IBooleanDistributor,IObjectChangedNotifier
public class OrAggregatedBooleanDistributor
extends AbstractObjectChangedNotifier
implements IBooleanDistributor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(Collection<? extends IBooleanDistributor> models) booleanisTrue()Methods inherited from class net.anwiba.commons.model.AbstractObjectChangedNotifier
addChangeListener, fireObjectChanged, removeChangeListener, removeChangeListenersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.model.IBooleanDistributor
and, not, orMethods inherited from interface net.anwiba.commons.lang.primitive.IBooleanProvider
isFalse, isTrue, notTrueMethods inherited from interface net.anwiba.commons.model.IObjectChangedNotifier
addChangeListener, removeChangeListener, removeChangeListeners
-
Constructor Details
-
OrAggregatedBooleanDistributor
-
-
Method Details
-
create
-
isTrue
public boolean isTrue()- Specified by:
isTruein interfaceIBooleanProvider
-