package converter
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Left[+T1](value: T1) extends SEither3[T1, Nothing, Nothing] with Product with Serializable
- case class Middle[+T2](value: T2) extends SEither3[Nothing, T2, Nothing] with Product with Serializable
- case class Right[+T3](value: T3) extends SEither3[Nothing, Nothing, T3] with Product with Serializable
- sealed abstract class SEither3[+T1, +T2, +T3] extends AnyRef