StreamingPromptRunnerBuilder

Builder pattern to provide Java equivalent of Kotlin's asStreaming() extension function. Solves the problem that Java cannot directly call Kotlin extension functions.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
Java equivalent of Kotlin's withStreaming() extension function.