SomeB

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

An OptEither instantiation that has a value of type B, the second 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