Packages

c

spinoco.fs2.http.routing.Matcher

RequestMatcherHListSyntax

implicit final class RequestMatcherHListSyntax[F[_], L <: HList] extends AnyVal

Source
Matcher.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestMatcherHListSyntax
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RequestMatcherHListSyntax(self: Matcher[F, L])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. 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
  4. 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()
  5. 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 *

  6. def :/:[B](other: Matcher[F, B]): Matcher[F, ::[B, L]]

    combines two matcher'r result to resulting hlist, and advances path between them *

  7. def ::[B](other: Matcher[F, B]): Matcher[F, ::[B, L]]

    combines two matcher'r result to resulting hlist *

  8. 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 *

  9. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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()
  16. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. 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 *

  19. val self: Matcher[F, L]
  20. def toString(): String
    Definition Classes
    Any
  21. 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

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from RequestMatcherHListSyntax[F, L] to any2stringadd[RequestMatcherHListSyntax[F, L]]

Inherited by implicit conversion StringFormat from RequestMatcherHListSyntax[F, L] to StringFormat[RequestMatcherHListSyntax[F, L]]

Inherited by implicit conversion Ensuring from RequestMatcherHListSyntax[F, L] to Ensuring[RequestMatcherHListSyntax[F, L]]

Inherited by implicit conversion ArrowAssoc from RequestMatcherHListSyntax[F, L] to ArrowAssoc[RequestMatcherHListSyntax[F, L]]

Ungrouped