FamilyX<Created, Listened, Param, Ref extends ProviderReference, P extends RootProvider<Created, Listened>> extension

Implements overrideWithProvider for families.

This is implemented as an extension so that providers can override the behavior of overrideWithProvider with a function that has a different prototype.

on
  • Family<Created, Listened, Param, Ref, P>

Methods

overrideWithProvider(Created builderOverride(Ref ref, Param param)) Override
Overrides the behavior of a family for a part of the application.