EitherModule

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Tag[T <: PTag](t: T, idx: Int) extends PTag

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

implicit def load[A, B, M1 <: GenericModule[A, B] : Load, M2 <: GenericModule[A, B] : Load]: Load[EitherModule[A, B, M1, M2]]
implicit def trainingMode[A, B, M1 <: GenericModule[A, B] : TrainingMode, M2 <: GenericModule[A, B] : TrainingMode]: TrainingMode[EitherModule[A, B, M1, M2]]