static <T extends CalculusFieldElement<T>> FieldBooleanDetector<T> |
FieldBooleanDetector.andCombine(Collection<? extends FieldEventDetector<T>> detectors) |
Create a new event detector that is the logical AND of the given event detectors.
|
static <T extends CalculusFieldElement<T>> FieldBooleanDetector<T> |
FieldBooleanDetector.andCombine(FieldEventDetector<T>... detectors) |
Create a new event detector that is the logical AND of the given event detectors.
|
protected FieldBooleanDetector<T> |
FieldBooleanDetector.create(FieldAdaptableInterval<T> newMaxCheck,
T newThreshold,
int newMaxIter,
FieldEventHandler<T> newHandler) |
|
static <T extends CalculusFieldElement<T>> FieldBooleanDetector<T> |
FieldBooleanDetector.orCombine(Collection<? extends FieldEventDetector<T>> detectors) |
Create a new event detector that is the logical OR of the given event detectors.
|
static <T extends CalculusFieldElement<T>> FieldBooleanDetector<T> |
FieldBooleanDetector.orCombine(FieldEventDetector<T>... detectors) |
Create a new event detector that is the logical OR of the given event detectors.
|