SomeA

ostrat.SomeA
case class SomeA[+A, +B](value: A) extends OptEither[A, B]

An OptEither instantiation that has a value of type A, the first type parameter.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait OptEither[A, B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product