Continue

zio.http.api.Middleware$.Control$.Continue
final case class Continue[State](state: State) extends Control[State]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Control[State]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def ++[State2](that: Control[State2])(implicit zippable: Zippable[State, State2]): Control[Out]

Attributes

Inherited from:
Control
def map[State2](f: State => State2): Control[State2]

Attributes

Inherited from:
Control

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product