Function

fun interface Function

Functional interface for simple tool implementations.

Functions

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