StatefulResultHandler

A specialized result handler that has some form of state.

Constructors

Link copied to clipboard
fun <State> StatefulResultHandler(initialState: State)

Functions

Link copied to clipboard
abstract suspend fun onResult(result: Output, data: Input): Verdict

Properties

Link copied to clipboard

The state of the result handler. This can be read, but not updated by analyzers.

Inheritors

Link copied to clipboard
Link copied to clipboard