220221222223224225226
* * @param child the child registry * @return a registry which is the combination of the {@code this} and the given child */ default Registry join(Registry child) { return new HierarchicalRegistry(this, child); }