Typed Ops
Functions
Link copied to clipboard
Return a reusable function that performs this transformation. Validates whether it's possible and include metadata.
Link copied to clipboard
Link copied to clipboard
open fun <O> handleUserInput(intent: String, outputClass: Class<O>, processOptions: ProcessOptions = ProcessOptions()): O
Transform user input into the target type
Link copied to clipboard