Class BDebounce.Falling
java.lang.Object
com.stuypulse.stuylib.streams.booleans.filters.BDebounce.Falling
- Enclosing interface:
- BDebounce
A Falling Debounce Filter.
The input BStream must remain false for debounceTime before this returns false
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.stuypulse.stuylib.streams.booleans.filters.BDebounce
BDebounce.Both, BDebounce.Falling, BDebounce.Rising
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
get
(boolean next) Get next value in Filter based on the next value given
-
Constructor Details
-
Falling
- Parameters:
debounceTime
- amount of time the BStream must remain false before returning false
-
-
Method Details