ghscala

package ghscala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ghscala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

  4. type CodecJson[A] = argonaut.CodecJson[A]

  5. type Config = Endo[Request]

  6. type DateTime = org.joda.time.DateTime

  7. type ErrorNel = NonEmptyList[Error]

  8. type InterpreterF[F[_]] = NaturalTransformation[RequestF, F]

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

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

Value Members

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

  2. implicit val ActionMonad: Monad[Action]

  3. implicit val ActionNelMonad: Monad[ActionNel]

  4. val ActionNelZipAp: Apply[ActionNel]

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

  6. val CodecJson: argonaut.CodecJson.type

  7. implicit val RequestsMonad: Monad[Requests]

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

  9. package apachehttp

  10. implicit val datetimeCodecJson: CodecJson[DateTime]

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

Inherited from AnyRef

Inherited from Any

Ungrouped