Control

zio.http.api.Middleware$.Control
See theControl companion object
sealed trait Control[+State]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Abort[State]
class Continue[State]
Self type
Control[State]

Members list

Concise view

Value members

Concrete methods

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