Package io.split.engine.matchers
Class GreaterThanOrEqualToMatcher
- java.lang.Object
-
- io.split.engine.matchers.GreaterThanOrEqualToMatcher
-
-
Constructor Summary
Constructors Constructor Description GreaterThanOrEqualToMatcher(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()
-