Packages

p

teststate

typeclass

package typeclass

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Conditional[M, I](when: (M, (I) ⇒ Boolean) ⇒ M) extends AnyVal with Product with Serializable
  2. final class Display[A] extends AnyVal
  3. final case class DisplayError[A](display: (A) ⇒ String) extends AnyVal with Product with Serializable
  4. trait Distributive[F[_]] extends Functor[F]
  5. final case class Empty[+A](instance: A) extends AnyVal with Product with Serializable
  6. final class Equal[A] extends AnyVal
  7. final case class ErrorHandler[+E](toE: (Throwable) ⇒ E) extends AnyVal with Product with Serializable
  8. trait ExecutionModel[M[_]] extends AnyRef
  9. trait Functor[F[_]] extends AnyRef
  10. final case class PolyComposable[Op, A, B, C](compose: (A, B) ⇒ C) extends AnyVal with Product with Serializable
    Annotations
    @implicitNotFound( ... )
  11. trait Profunctor[M[_, _]] extends AnyRef
  12. trait ~~>[F[_], G[_]] extends AnyRef

Value Members

  1. object Conditional extends Serializable
  2. object Display
  3. object DisplayError extends Serializable
  4. object Distributive
  5. object Empty extends Serializable
  6. object Equal
  7. object ErrorHandler extends Serializable
  8. object ExecutionModel
  9. object Functor
  10. object PolyComposable extends Serializable
  11. object Profunctor

Ungrouped