Class GroupValidators
-
- All Implemented Interfaces:
-
com.jetbrains.fus.reporting.api.IGroupValidators
public final class GroupValidators<T extends Comparable<T>> implements IGroupValidators<T>
-
-
Field Summary
Fields Modifier and Type Field Description private final IEventGroupRuleseventGroupRulesprivate final IEventGroupsFilterRules<T>versionFilter
-
Constructor Summary
Constructors Constructor Description GroupValidators(IEventGroupRules eventGroupRules, IEventGroupsFilterRules<T> versionFilter)
-
Method Summary
Modifier and Type Method Description IEventGroupRulesgetEventGroupRules()IEventGroupsFilterRules<T>getVersionFilter()-
-
Constructor Detail
-
GroupValidators
GroupValidators(IEventGroupRules eventGroupRules, IEventGroupsFilterRules<T> versionFilter)
-
-
Method Detail
-
getEventGroupRules
IEventGroupRules getEventGroupRules()
-
getVersionFilter
IEventGroupsFilterRules<T> getVersionFilter()
-
-
-
-