Object

http4s.extend.types

MkExceptionDisplay

Related Doc: package types

Permalink

object MkExceptionDisplay extends newtype[String] with ExceptionDisplayCatsTypeclassInstances with ExceptionDisplayFunctions

Linear Supertypes
ExceptionDisplayFunctions, ExceptionDisplayCatsTypeclassInstances, ExceptionDisplayScalazTypeclassInstances, MonadErrorUtil, newtype[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MkExceptionDisplay
  2. ExceptionDisplayFunctions
  3. ExceptionDisplayCatsTypeclassInstances
  4. ExceptionDisplayScalazTypeclassInstances
  5. MonadErrorUtil
  6. newtype
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Base

    Permalink
    Definition Classes
    newtype
  2. abstract type T <: Base with Tag

    Permalink
    Definition Classes
    newtype

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def apply(a: String): T

    Permalink
    Definition Classes
    newtype
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. implicit val exceptionDisplayEq: Eq[ExceptionDisplay]

    Permalink
    Definition Classes
    ExceptionDisplayCatsTypeclassInstances
  10. implicit def exceptionDisplayMonadError[F[_], E](implicit M: MonadError[F, E], I: Iso[E, ExceptionDisplay]): MonadError[F, ExceptionDisplay]

    Permalink
    Definition Classes
    ExceptionDisplayScalazTypeclassInstances
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def flatMessages: (Throwable) ⇒ Seq[ExceptionDisplay]

    Permalink
    Definition Classes
    ExceptionDisplayFunctions
  13. def fullDisplay: (Throwable) ⇒ ExceptionDisplay

    Permalink
    Definition Classes
    ExceptionDisplayFunctions
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. implicit val isoThrowable: Iso[Throwable, ExceptionDisplay]

    Permalink
    Definition Classes
    ExceptionDisplayCatsTypeclassInstances
  18. final def mkF[F[_]](fa: F[String]): F[T]

    Permalink
    Definition Classes
    newtype
  19. implicit def monadError[F[_], E](implicit M: MonadError[F, E], I: Iso[E, ExceptionDisplay]): MonadError[F, ExceptionDisplay]

    Permalink
    Definition Classes
    ExceptionDisplayCatsTypeclassInstances
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def scalazMonadError[F[_], E1, E2](implicit M: MonadError[F, E1], I: Iso[E1, E2]): MonadError[F, E2]

    Permalink
    Definition Classes
    MonadErrorUtil
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def throwableHierarchy: (Seq[ExceptionDisplay]) ⇒ Throwable

    Permalink
    Definition Classes
    ExceptionDisplayFunctions
  26. def throwableOf: (ExceptionDisplay) ⇒ Throwable

    Permalink
    Definition Classes
    ExceptionDisplayFunctions
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def unMkF[F[_]](ft: F[T]): F[String]

    Permalink
    Definition Classes
    newtype
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExceptionDisplayFunctions

Inherited from ExceptionDisplayCatsTypeclassInstances

Inherited from ExceptionDisplayScalazTypeclassInstances

Inherited from MonadErrorUtil

Inherited from newtype[String]

Inherited from AnyRef

Inherited from Any

Ungrouped