OptEither

ostrat.OptEither
sealed trait OptEither[+A, +B]

An Optional Either. The value can be an A a B or none.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoOptEither
class SomeA[A, B]
class SomeB[A, B]
In this article