@jayesol/jayeson.model
v2.0.1
Published
Javascript implementation for jayeson.model library
Downloads
8
Maintainers
Keywords
Readme
Steps to create a new filter rule
1. Create a new class for that rule in the same package as the existing filter rules.
2. Make the class extend GeneralDataFilterRule and implement one of IMatchFilterRule, IEventFilterRule or IRecordFilterRule.
3. Implement the methods
isComplied
buildHashCode
compareTo