public final class DelegatingToolKt
final static Tool
unwrap(Tool $self)
final static <T extends Tool> T
unwrapAs(Tool $self)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static Tool unwrap(Tool $self)
Unwrap a tool to find the innermost implementation. Recursively unwraps DelegatingTool wrappers.
final static <T extends Tool> T unwrapAs(Tool $self)
Unwrap a tool to find a specific type, or return null if not found.