scodec.interop.cats

EitherErrSyntax

implicit final class EitherErrSyntax[A] extends AnyVal

Extension methods for an Either[Err, A].

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EitherErrSyntax
  2. AnyVal
  3. NotNull
  4. Any
Implicitly
  1. by TransformSyntax
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EitherErrSyntax(self: Either[Err, A])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  4. def ->[B](y: B): (EitherErrSyntax[A], B)

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to ArrowAssoc[EitherErrSyntax[A]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def as[B](implicit as: Transformer[A, B]): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def ensuring(cond: (EitherErrSyntax[A]) ⇒ Boolean, msg: ⇒ Any): EitherErrSyntax[A]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to Ensuring[EitherErrSyntax[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (EitherErrSyntax[A]) ⇒ Boolean): EitherErrSyntax[A]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to Ensuring[EitherErrSyntax[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): EitherErrSyntax[A]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to Ensuring[EitherErrSyntax[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): EitherErrSyntax[A]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to Ensuring[EitherErrSyntax[A]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def exmap[B](f: (A) ⇒ Attempt[B], g: (B) ⇒ Attempt[A]): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  13. def exmapc[B](f: (A) ⇒ Attempt[B])(g: (B) ⇒ Attempt[A]): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  14. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def narrow[B](f: (A) ⇒ Attempt[B], g: (B) ⇒ A): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  18. def narrowc[B](f: (A) ⇒ Attempt[B])(g: (B) ⇒ A): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  19. val self: Either[Err, A]

  20. def toAttempt: Attempt[A]

    Converts this either to an attempt.

  21. def toString(): String

    Definition Classes
    Any
  22. def widen[B](f: (A) ⇒ B, g: (B) ⇒ Attempt[A]): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  23. def widenOpt[B](f: (A) ⇒ B, g: (B) ⇒ Option[A]): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  24. def widenOptc[B](f: (A) ⇒ B)(g: (B) ⇒ Option[A]): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  25. def widenc[B](f: (A) ⇒ B)(g: (B) ⇒ Attempt[A]): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  26. def xmap[B](f: (A) ⇒ B, g: (B) ⇒ A): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  27. def xmapc[B](f: (A) ⇒ B)(g: (B) ⇒ A): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
  28. def [B](y: B): (EitherErrSyntax[A], B)

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to ArrowAssoc[EitherErrSyntax[A]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: EitherErrSyntax[A]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eitherErrSyntax: TransformSyntax[EitherErrSyntax, A]).self
    Definition Classes
    TransformSyntax
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eitherErrSyntax: StringAdd).self
    Definition Classes
    StringAdd
  3. val self: Any

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (eitherErrSyntax: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def pxmap[B](f: (A) ⇒ B, g: (B) ⇒ Option[A]): EitherErrSyntax[B]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A] performed by method TransformSyntax in scodec. This conversion will take place only if an implicit value of type Transform[EitherErrSyntax] is in scope.
    Definition Classes
    TransformSyntax
    Annotations
    @deprecated
    Deprecated

    (Since version 1.7.0) Use widenOpt instead

  2. def x: EitherErrSyntax[A]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to ArrowAssoc[EitherErrSyntax[A]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (eitherErrSyntax: ArrowAssoc[EitherErrSyntax[A]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: EitherErrSyntax[A]

    Implicit information
    This member is added by an implicit conversion from EitherErrSyntax[A] to Ensuring[EitherErrSyntax[A]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (eitherErrSyntax: Ensuring[EitherErrSyntax[A]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Inherited by implicit conversion TransformSyntax from EitherErrSyntax[A] to TransformSyntax[EitherErrSyntax, A]

Inherited by implicit conversion any2stringadd from EitherErrSyntax[A] to StringAdd

Inherited by implicit conversion any2stringfmt from EitherErrSyntax[A] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from EitherErrSyntax[A] to ArrowAssoc[EitherErrSyntax[A]]

Inherited by implicit conversion any2Ensuring from EitherErrSyntax[A] to Ensuring[EitherErrSyntax[A]]

Ungrouped