Package net.anwiba.commons.model
Interface IBooleanDistributor
-
- All Superinterfaces:
IBooleanProvider,IObjectChangedNotifier
- All Known Subinterfaces:
IBooleanModel
- All Known Implementing Classes:
AndAggregatedBooleanDistributor,BooleanModel,BooleanModelAggregationModel,OrAggregatedBooleanDistributor,UnchangableBooleanModel
public interface IBooleanDistributor extends IBooleanProvider, IObjectChangedNotifier
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IBooleanDistributorand(IBooleanDistributor model, IBooleanDistributor... others)default IBooleanDistributoror(IBooleanDistributor model, IBooleanDistributor... others)-
Methods inherited from interface net.anwiba.commons.lang.primitive.IBooleanProvider
isFalse, isTrue, isTrue, not
-
Methods inherited from interface net.anwiba.commons.model.IObjectChangedNotifier
addChangeListener, removeChangeListener, removeChangeListeners
-
-
-
-
Method Detail
-
and
default IBooleanDistributor and(IBooleanDistributor model, IBooleanDistributor... others)
-
or
default IBooleanDistributor or(IBooleanDistributor model, IBooleanDistributor... others)
-
-