Guest User

Untitled

a guest
Oct 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. case class Intercept[B] (
  2. steal: RequestHeader => ValidationNEL[String, B],
  3. err: (RequestHeader, Failure[NonEmptyList[String], B]) => Result) extends Interceptor[B] {
  4.  
  5. }
Add Comment
Please, Sign In to add comment