package internal
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait CoproductToDisjunction[C <: Coproduct] extends DepFn1[C] with Serializable
Typeclass converting a
shapeless.Coproductto anscala.Either.Typeclass converting a
shapeless.Coproductto anscala.Either.Based on
shapeless.ops.coproduct.CoproductToEither: https://github.com/milessabin/shapeless/blob/shapeless-2.3.3-scala-2.13.0-M4/core/src/main/scala/shapeless/ops/coproduct.scala#L1275-L1303 - sealed trait DisjunctionToCoproduct[L, R] extends DepFn1[Either[L, R]] with Serializable
Typeclass converting an
Eitherto aCoproduct.Typeclass converting an
Eitherto aCoproduct.Based on
shapeless.ops.coproduct.EitherToCoproduct: https://github.com/milessabin/shapeless/blob/shapeless-2.3.3-scala-2.13.0-M4/core/src/main/scala/shapeless/ops/coproduct.scala#L1305-L1335 - trait DisjunctionToCoproductLowPrio extends AnyRef
- trait TupleGeneric[C <: Product] extends Serializable
Value Members
- object CoproductToDisjunction extends Serializable
- object DisjunctionToCoproduct extends DisjunctionToCoproductLowPrio with Serializable
- object TupleGeneric extends Serializable