Package io.split.engine.matchers
Class LessThanOrEqualToMatcher
- java.lang.Object
-
- io.split.engine.matchers.LessThanOrEqualToMatcher
-
-
Constructor Summary
Constructors Constructor Description LessThanOrEqualToMatcher(long compareTo, DataType dataType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()booleanmatch(Object matchValue, String bucketingKey, Map<String,Object> attributes, SplitClientImpl splitClient)StringtoString()
-