ApplicativeThrowOrEu

Companion:
class
trait Sum
trait Mirror
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: ApplicativeThrowOrEu[F]): F
def fromEitherThrow[F[_] : ApplicativeThrowOrEu, A](fa: EitherThrow[A]): F[A]
def fromOption[F[_] : ApplicativeThrowOrEu, A](e: => Throwable)(t: Option[A]): F[A]
def fromTry[F[_] : ApplicativeThrowOrEu, A](fa: Try[A]): F[A]

Implicits

Inherited implicits

Inherited from:
ApplicativeThrowOrEuInstances
Inherited from:
ApplicativeThrowOrEuInstances
implicit def applicativeThrowAsApplicativeThrowOrEu[F[_]](implicit M: ApplicativeThrow[F]): ApplicativeThrowCase[F]
Inherited from:
ApplicativeThrowOrEuInstances