BinderGroup
Groups binders together into a list, and allows binders to be dynamically added or removed.
Also allows their interface to be validated using a validation function. This ensures that all added objects are the same type, so they can be used for dynamic interactions.
Functions
new
BinderGroup.new(validateConstructor: (constructor: any) → boolean--
Validates a binder matches T
) → BinderGroup<T>Constructs a new BinderGroup