implicit final class Http4sLiteralSyntax extends AnyVal
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http4sLiteralSyntax
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Http4sLiteralSyntax(sc: StringContext)
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 Http4sLiteralSyntax to any2stringadd[Http4sLiteralSyntax] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Http4sLiteralSyntax, B)
- Implicit
- This member is added by an implicit conversion from Http4sLiteralSyntax to ArrowAssoc[Http4sLiteralSyntax] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
ensuring(cond: (Http4sLiteralSyntax) ⇒ Boolean, msg: ⇒ Any): Http4sLiteralSyntax
- Implicit
- This member is added by an implicit conversion from Http4sLiteralSyntax to Ensuring[Http4sLiteralSyntax] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Http4sLiteralSyntax) ⇒ Boolean): Http4sLiteralSyntax
- Implicit
- This member is added by an implicit conversion from Http4sLiteralSyntax to Ensuring[Http4sLiteralSyntax] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Http4sLiteralSyntax
- Implicit
- This member is added by an implicit conversion from Http4sLiteralSyntax to Ensuring[Http4sLiteralSyntax] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Http4sLiteralSyntax
- Implicit
- This member is added by an implicit conversion from Http4sLiteralSyntax to Ensuring[Http4sLiteralSyntax] 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 Http4sLiteralSyntax to StringFormat[Http4sLiteralSyntax] 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
- macro def mediaType(args: Any*): MediaType
- macro def qValue(args: Any*): QValue
- val sc: StringContext
-
def
toString(): String
- Definition Classes
- Any
- macro def uri(args: Any*): Uri
-
def
→[B](y: B): (Http4sLiteralSyntax, B)
- Implicit
- This member is added by an implicit conversion from Http4sLiteralSyntax to ArrowAssoc[Http4sLiteralSyntax] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc