Accepted

data class Accepted<out State>(val state: State) : Outcome<State>

Constructors

Link copied to clipboard
constructor(state: State)

Properties

Link copied to clipboard