_2

harness.core.EitherN$._2
final case class _2[+T](value: T) extends Either2[Nothing, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Either2[Nothing, T]
trait Either3[Nothing, T, Nothing]
trait Either4[Nothing, T, Nothing, Nothing]
trait Either5[Nothing, T, Nothing, Nothing, Nothing]
trait Either6[Nothing, T, Nothing, Nothing, Nothing, Nothing]
trait Either7[Nothing, T, Nothing, Nothing, Nothing, Nothing, Nothing]
trait Either8[Nothing, T, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]
trait Either9[Nothing, T, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]
trait Either10[Nothing, T, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product