matryoshkaByName

open fun matryoshkaByName(name: String, description: String, toolNames: Set<String>, removeOnInvoke: Boolean): UnfoldingTool

Deprecated

Use unfoldingByName() instead

Replace with

unfoldingByName(name, description, toolNames, removeOnInvoke)

open fun matryoshkaByName(name: String, description: String, toolNames: Set<String>): UnfoldingTool

Deprecated

Use unfoldingByName() instead

Replace with

unfoldingByName(name, description, toolNames)