Handler

Java-friendly functional interface for tool implementations. Uses handle method name which is more idiomatic in Java than invoke.

Functions

Link copied to clipboard
abstract fun handle(input: String): Tool.Result