This is a library collection class of implementations of RecordWindow. All contents of the library are statically available.

Availabel implementations

  • bitActive(Supplier<T> supplier): window is open when the supplied value is “true”.

  • bitNotActive(Supplier<T> supplier): window is open when the supplied value is “false”.

  • valueEquals(Supplier<T> supplier, T expected): window is open when the supplied value is equal to the expected value.

  • valueNotEquals(Supplier<T> supplier, T notExpected): window is open when the supplied value is not equal to the notExpected value.

Back to top

Reflow Maven skin by Andrius Velykis.