PartialInterceptPatch

final case class PartialInterceptPatch[S](req: Request => S) extends AnyVal
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply(res: (Response, S) => Patch): HttpMiddleware[Any, Nothing]

Inherited methods

Inherited from:
Product