Packages

implicit class ShowEitherSyntax[L, R] extends AnyRef

Enables the syntax show"${myEither.showMerged}".

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShowEitherSyntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ShowEitherSyntax(e: Either[L, R])(implicit arg0: Show[L], arg1: Show[R])

Value Members

  1. def showMerged: Shown

    Prints the (left or right) value of an either without indicating whether it is left or right.