EitherErrSyntax

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

Extension methods for an Either[Err, A].

Extension methods for an Either[Err, A].

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def toAttempt: Attempt[A]

Converts this either to an attempt.

Converts this either to an attempt.

Concrete fields

val self: Either[Err, A]