group

@CheckReturnValue
fun group(vararg components: IGroupHolder): ComponentGroupFactory(source)

Creates a group of components.

When the group or one of its components gets invalidated, the entire group gets invalidated, this can happen when:

  • One of the components that had singleUse enabled was used

  • The group's timeout has expired

  • One of the component (or the group itself) was invalidated manually