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. final case class Empty[+A](instance: A) extends AnyVal with Product with Serializable
  5. final class Equal[A] extends AnyVal
  6. final case class ErrorHandler[+E](toE: (Throwable) ⇒ E) extends AnyVal with Product with Serializable
  7. trait ExecutionModel[M[_]] extends AnyRef
  8. final case class PolyComposable[Op, A, B, C](compose: (A, B) ⇒ C) extends AnyVal with Product with Serializable
    Annotations
    @implicitNotFound( ... )
  9. trait Profunctor[M[_, _]] extends AnyRef
  10. trait ~~>[F[_], G[_]] extends AnyRef

Value Members

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

Ungrouped