Packages

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CoproductToDisjunction[C <: Coproduct] extends DepFn1[C] with Serializable

    Typeclass converting a shapeless.Coproduct to an scala.Either.

    Typeclass converting a shapeless.Coproduct to an scala.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

  2. sealed trait DisjunctionToCoproduct[L, R] extends DepFn1[Either[L, R]] with Serializable

    Typeclass converting an Either to a Coproduct.

    Typeclass converting an Either to a Coproduct.

    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

  3. trait DisjunctionToCoproductLowPrio extends AnyRef
  4. trait TupleGeneric[C <: Product] extends Serializable

Ungrouped