Uses of Class
pt.unl.fct.di.tardis.babel.iot.api.Threshold
Packages that use Threshold
Package
Description
-
Uses of Threshold in pt.unl.fct.di.tardis.babel.iot.api
Methods in pt.unl.fct.di.tardis.babel.iot.api that return ThresholdModifier and TypeMethodDescriptionstatic <T> Threshold<T> static <T> Threshold<T> Threshold.equalTo(T value) static <T> Threshold<T> Threshold.equalTo(T value, Comparator<T> comparator) static <T> Threshold<T> Threshold.greaterThan(T value, Comparator<T> comparator) static <T> Threshold<T> Threshold.inRange(T lowerBound, T upperBound, Comparator<T> comparator) static <T> Threshold<T> Threshold.lessThan(T value, Comparator<T> comparator) static <T> Threshold<T> Threshold.none()static <T> Threshold<T> Threshold.notEqualTo(T value) static <T> Threshold<T> Threshold.notEqualTo(T value, Comparator<T> comparator) static <T> Threshold<T> Threshold.outsideRange(T lowerBound, T upperBound, Comparator<T> comparator) -
Uses of Threshold in pt.unl.fct.di.tardis.babel.iot.api.requests
Methods in pt.unl.fct.di.tardis.babel.iot.api.requests that return ThresholdConstructors in pt.unl.fct.di.tardis.babel.iot.api.requests with parameters of type ThresholdModifierConstructorDescriptionIoTReactiveEventRequest(short id, DeviceHandle handle, Threshold<T> threshold) -
Uses of Threshold in pt.unl.fct.di.tardis.babel.iot.controlprotocols.listeners
Fields in pt.unl.fct.di.tardis.babel.iot.controlprotocols.listeners declared as ThresholdMethods in pt.unl.fct.di.tardis.babel.iot.controlprotocols.listeners that return ThresholdConstructors in pt.unl.fct.di.tardis.babel.iot.controlprotocols.listeners with parameters of type ThresholdModifierConstructorDescriptionGestureListener(pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector detector, Threshold<pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType> threshold, Consumer<pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType> callback) -
Uses of Threshold in pt.unl.fct.di.tardis.babel.iot.controlprotocols.requests.input
Constructors in pt.unl.fct.di.tardis.babel.iot.controlprotocols.requests.input with parameters of type ThresholdModifierConstructorDescriptionGetReactiveGestureRequest(DeviceHandle h, Threshold<pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType> t)