Package

teststate

typeclass

Permalink

package typeclass

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

    Permalink
  2. final class Display[A] extends AnyVal

    Permalink
  3. final case class DisplayError[A](display: (A) ⇒ String) extends AnyVal with Product with Serializable

    Permalink
  4. final case class Empty[+A](instance: A) extends AnyVal with Product with Serializable

    Permalink
  5. final class Equal[A] extends AnyVal

    Permalink
  6. final case class ErrorHandler[+E](toE: (Throwable) ⇒ E) extends AnyVal with Product with Serializable

    Permalink
  7. trait ExecutionModel[M[_]] extends AnyRef

    Permalink
  8. final case class PolyComposable[Op, A, B, C](compose: (A, B) ⇒ C) extends AnyVal with Product with Serializable

    Permalink
    Annotations
    @implicitNotFound( ... )
  9. trait Profunctor[M[_, _]] extends AnyRef

    Permalink
  10. trait ~~>[F[_], G[_]] extends AnyRef

    Permalink

Value Members

  1. object Conditional extends Serializable

    Permalink
  2. object Display

    Permalink
  3. object DisplayError extends Serializable

    Permalink
  4. object Empty extends Serializable

    Permalink
  5. object Equal

    Permalink
  6. object ErrorHandler extends Serializable

    Permalink
  7. object ExecutionModel

    Permalink
  8. object PolyComposable extends Serializable

    Permalink
  9. object Profunctor

    Permalink

Ungrouped