addAll

fun addAll(vararg tools: Tool<*, *>)(source)

Adds multiple tools to the registry.

This method accepts a variable number of tools and adds each of them to the registry.

Parameters

tools

The tools to be added to the registry.