TestObjectRuleBase<C extends Cell> typedef

TestObjectRuleBase<C extends Cell> = _TestObjectRuleView<C>

Typedef for the base implementation class.

Allows extending classes to reference the concrete base implementation while maintaining the interface contract.

Implementation

typedef TestObjectRuleBase<C extends Cell> = _TestObjectRuleView<C>;