IdentityEitherAnyOps

zio.prelude.IdentityEitherSyntax.IdentityEitherAnyOps
implicit class IdentityEitherAnyOps(a: Any)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def fail[F[_]](implicit either: IdentityEither[F]): F[Nothing]

Ignores its argument and returns a "failed" F

Ignores its argument and returns a "failed" F

Attributes