EitherSyntax

org.specs2.fp.EitherSyntax
trait EitherSyntax

Inspired from the cats (https://github.com/typelevel/cats project

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object syntax.type

Members list

Implicits

Implicits

implicit def syntaxEither[A, B](eab: Either[A, B]): EitherOps[A, B]
implicit def syntaxEitherId[A](a: A): EitherIdOps[A]
implicit def syntaxEitherObject(either: Either): EitherObjectOps
implicit def syntaxLeft[A, B](left: Left[A, B]): LeftOps[A, B]
implicit def syntaxRight[A, B](right: Right[A, B]): RightOps[A, B]