Package

httpz

Permalink

package httpz

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. httpz
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Action[A] = EitherT[Requests, Error, A]

    Permalink
  2. type ActionE[E, A] = EitherT[Requests, E, A]

    Permalink
  3. type ActionNel[A] = EitherT[Requests, ErrorNel, A]

    Permalink
  4. type Config = Endo[Request]

    Permalink
  5. type ErrorNel = NonEmptyList[Error]

    Permalink
  6. type InterpreterF[F[_]] = NaturalTransformation[RequestF, F]

    Permalink
  7. type Requests[A] = Free[[x]Coyoneda[RequestF, x], A]

    Permalink
  8. type Times[A] = WriterT[scalaz.Id.Id, List[Time], A]

    Permalink

Value Members

  1. def Action[E, A](a: Requests[\/[E, A]]): ActionE[E, A]

    Permalink
  2. val ActionMonad: Monad[Action]

    Permalink
  3. val ActionNelMonad: Monad[ActionNel]

    Permalink
  4. val ActionNelZipAp: Apply[ActionNel]

    Permalink
  5. def ActionZipAp[E](implicit arg0: Semigroup[E]): Apply[[α]EitherT[[A]Free[[x]Coyoneda[RequestF, x], A], E, α]]

    Permalink
  6. implicit val RequestsMonad: Monad[Requests]

    Permalink
  7. def actionEMonad[E]: Monad[[α]EitherT[[A]Free[[x]Coyoneda[RequestF, x], A], E, α]]

    Permalink
  8. val emptyConfig: Config

    Permalink
  9. package native

    Permalink
  10. implicit def toActionEOps[E, A](a: ActionE[E, A]): ActionEOps[E, A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped