Uses of Interface
net.anwiba.commons.model.IBooleanDistributor
-
-
Uses of IBooleanDistributor in net.anwiba.commons.model
Subinterfaces of IBooleanDistributor in net.anwiba.commons.model Modifier and Type Interface Description interfaceIBooleanModelClasses in net.anwiba.commons.model that implement IBooleanDistributor Modifier and Type Class Description classAndAggregatedBooleanDistributorclassBooleanModelclassBooleanModelAggregationModelclassOrAggregatedBooleanDistributorclassUnchangableBooleanModelMethods in net.anwiba.commons.model that return IBooleanDistributor Modifier and Type Method Description default IBooleanDistributorIBooleanDistributor. and(IBooleanDistributor model, IBooleanDistributor... others)default IBooleanDistributorIBooleanDistributor. or(IBooleanDistributor model, IBooleanDistributor... others)Methods in net.anwiba.commons.model with parameters of type IBooleanDistributor Modifier and Type Method Description voidBooleanModelAggregationModel. add(IBooleanDistributor model)default IBooleanDistributorIBooleanDistributor. and(IBooleanDistributor model, IBooleanDistributor... others)default IBooleanDistributorIBooleanDistributor. or(IBooleanDistributor model, IBooleanDistributor... others)Method parameters in net.anwiba.commons.model with type arguments of type IBooleanDistributor Modifier and Type Method Description AndAggregatedBooleanDistributorAndAggregatedBooleanDistributor. create(java.util.Collection<? extends IBooleanDistributor> models)OrAggregatedBooleanDistributorOrAggregatedBooleanDistributor. create(java.util.Collection<? extends IBooleanDistributor> models)Constructor parameters in net.anwiba.commons.model with type arguments of type IBooleanDistributor Constructor Description AndAggregatedBooleanDistributor(java.util.Collection<IBooleanDistributor> models)OrAggregatedBooleanDistributor(java.util.Collection<IBooleanDistributor> models)
-