Control

object Control
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Control.type

Type members

Classlikes

final case class Abort[State](state: State, patch: Response => Response) extends Control[State]
final case class Continue[State](state: State) extends Control[State]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror