Found

data class Found<R>(val result: R) : ResolvedEffect<R>

The effect was found; result is the value to use as the step's output.

Constructors

Link copied to clipboard
constructor(result: R)

Properties

Link copied to clipboard
val result: R

The previously recorded step result.