HandlerO

object HandlerO
class Object
trait Matchable
class Any

Value members

Concrete fields

val execL: Lens[Handler, Optional[ExecAction]]
val execO: Optic[Handler, Handler, ExecAction, OpticFailure, Nothing, ExecAction, Handler]
val httpGetL: Lens[Handler, Optional[HTTPGetAction]]
val httpGetO: Optic[Handler, Handler, HTTPGetAction, OpticFailure, Nothing, HTTPGetAction, Handler]
val tcpSocketL: Lens[Handler, Optional[TCPSocketAction]]
val tcpSocketO: Optic[Handler, Handler, TCPSocketAction, OpticFailure, Nothing, TCPSocketAction, Handler]