AppExOrEu

object AppExOrEu extends AppExOrEuInstances
Companion
class
trait Sum
trait Mirror
trait AppExOrEuInstances
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply[F[_]](implicit F: AppExOrEu[F]): F
def fromEitherEx[F[_], A](fa: EitherEx[A])(implicit evidence$3: AppExOrEu[F]): F[A]
def fromEitherNelEx[F[_], A](fa: EitherNelEx[A])(implicit evidence$4: AppExOrEu[F]): F[A]
def fromOption[F[_], A](e: => Throwable)(t: Option[A])(implicit evidence$1: AppExOrEu[F]): F[A]
def fromTry[F[_], A](fa: Try[A])(implicit evidence$2: AppExOrEu[F]): F[A]
def fromValidatedEx[F[_], A](fa: ValidatedEx[A])(implicit evidence$5: AppExOrEu[F]): F[A]
def fromValidatedNelEx[F[_], A](fa: ValidatedNelEx[A])(implicit evidence$6: AppExOrEu[F]): F[A]

Implicits

Inherited implicits

implicit def appEuAsAppExOrEu[F[_]](implicit M: AppEu[F]): AppEuCase[F]
Inherited from
AppExOrEuInstances
implicit def appExAsAppExOrEu[F[_]](implicit M: AppEx[F]): AppExCase[F]
Inherited from
AppExOrEuInstances
implicit def appNelExAsAppExOrEu[F[_]](implicit M: AppNelEx[F]): AppNelExCase[F]
Inherited from
AppExOrEuInstances