StatefulResultHandler

A specialized result handler that has some form of state.

Inheritors

Constructors

Link copied to clipboard
constructor(initialState: State)

Properties

Link copied to clipboard

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

Functions

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