trait AllSyntax extends AsyncSyntax with EffectResponseSyntax with EffectRequestSyntax with KleisliSyntax with NonEmptyListSyntax with StringSyntax with LiteralsSyntax
Ordering
- Alphabetic
- By Inheritance
Inherited
- AllSyntax
- LiteralsSyntax
- StringSyntax
- NonEmptyListSyntax
- KleisliSyntax
- EffectRequestSyntax
- EffectResponseSyntax
- AsyncSyntax
- AnyRef
- 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
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (AllSyntax, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ensuring(cond: (AllSyntax) ⇒ Boolean, msg: ⇒ Any): AllSyntax
- def ensuring(cond: (AllSyntax) ⇒ Boolean): AllSyntax
- def ensuring(cond: Boolean, msg: ⇒ Any): AllSyntax
- def ensuring(cond: Boolean): AllSyntax
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
implicit
def
http4sKleisliResponseSyntax[F[_], A](service: Kleisli[[β$0$]OptionT[F, β$0$], A, Response[F]])(implicit arg0: Functor[F]): KleisliResponseOps[F, A]
- Definition Classes
- KleisliSyntax
-
implicit
def
http4sLiteralsSyntax(sc: StringContext): LiteralsOps
- Definition Classes
- LiteralsSyntax
-
implicit
def
http4sStringSyntax(s: String): StringOps
- Definition Classes
- StringSyntax
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def →[B](y: B): (AllSyntax, B)
Deprecated Value Members
-
implicit
def
asyncSyntax[F[_], A](async: Async[F]): AsyncOps[F, A]
- Definition Classes
- AsyncSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.1) Has nothing to do with HTTP
-
implicit
def
http4sEffectRequestSyntax[F[_]](req: F[Request[F]]): EffectRequestOps[F]
- Definition Classes
- EffectRequestSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.0-M2) Use map or flatMap directly on the request
-
implicit
def
http4sEffectResponseSyntax[F[_]](resp: F[Response[F]]): EffectResponseOps[F]
- Definition Classes
- EffectResponseSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.0-M2) Use map or flatMap directly on the response
-
implicit
def
http4sNonEmptyListSyntax[A](l: NonEmptyList[A]): NonEmptyListOps[A]
- Definition Classes
- NonEmptyListSyntax
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.5) Use cats.foldable._