EitherErrSyntax

final implicit class EitherErrSyntax[A](val self: Either[Err, A]) extends AnyVal

Extension methods for an Either[Err, A].

Source:
package.scala
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Converts this either to an attempt.

Converts this either to an attempt.

Source:
package.scala

Concrete fields

val self: Either[Err, A]