implicit final class RequestMatcherHListSyntax[F[_], L <: HList] extends AnyVal
- Source
- Matcher.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestMatcherHListSyntax
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RequestMatcherHListSyntax[F, L] to any2stringadd[RequestMatcherHListSyntax[F, L]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RequestMatcherHListSyntax[F, L], B)
- Implicit
- This member is added by an implicit conversion from RequestMatcherHListSyntax[F, L] to ArrowAssoc[RequestMatcherHListSyntax[F, L]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
:+[B](other: Matcher[F, B])(implicit P: Prepend[L, ::[B, HNil]]): Matcher[F, Out]
combines this matcher with other matcher appending result of other matcher at the end *
-
def
:/:[B](other: Matcher[F, B]): Matcher[F, ::[B, L]]
combines two matcher'r result to resulting hlist, and advances path between them *
-
def
::[B](other: Matcher[F, B]): Matcher[F, ::[B, L]]
combines two matcher'r result to resulting hlist *
-
def
:::[L2 <: HList, HL <: HList](other: Matcher[F, L2])(implicit P: shapeless.ops.hlist.Prepend.Aux[L2, L, HL]): Matcher[F, HL]
prepends result of other matcher before the result of this matcher *
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
ensuring(cond: (RequestMatcherHListSyntax[F, L]) ⇒ Boolean, msg: ⇒ Any): RequestMatcherHListSyntax[F, L]
- Implicit
- This member is added by an implicit conversion from RequestMatcherHListSyntax[F, L] to Ensuring[RequestMatcherHListSyntax[F, L]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RequestMatcherHListSyntax[F, L]) ⇒ Boolean): RequestMatcherHListSyntax[F, L]
- Implicit
- This member is added by an implicit conversion from RequestMatcherHListSyntax[F, L] to Ensuring[RequestMatcherHListSyntax[F, L]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RequestMatcherHListSyntax[F, L]
- Implicit
- This member is added by an implicit conversion from RequestMatcherHListSyntax[F, L] to Ensuring[RequestMatcherHListSyntax[F, L]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RequestMatcherHListSyntax[F, L]
- Implicit
- This member is added by an implicit conversion from RequestMatcherHListSyntax[F, L] to Ensuring[RequestMatcherHListSyntax[F, L]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RequestMatcherHListSyntax[F, L] to StringFormat[RequestMatcherHListSyntax[F, L]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mapH[FF, B](f: FF)(implicit F2P: shapeless.ops.function.FnToProduct.Aux[FF, (L) ⇒ B]): Matcher[F, B]
like
map
but instead (L:HList) => B, takes ordinary function * - val self: Matcher[F, L]
-
def
toString(): String
- Definition Classes
- Any
-
def
→[B](y: B): (RequestMatcherHListSyntax[F, L], B)
- Implicit
- This member is added by an implicit conversion from RequestMatcherHListSyntax[F, L] to ArrowAssoc[RequestMatcherHListSyntax[F, L]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc