InterceptPatch

zio.http.HandlerAspect.InterceptPatch
final class InterceptPatch[State](val fromRequest: Request => State) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(result: (Response, State) => Patch): HandlerAspect[Any, Unit]

Concrete fields

val fromRequest: Request => State