object
CoproductBuilderAuto
Type Members
-
type
Aux[A, C0, L0] = CoproductBuilderAuto[A] { ... /* 2 definitions in type refinement */ }
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
def
cnil: Aux[CNil, CNil, HNil]
-
implicit
def
coproduct[H, T <: Coproduct, TL <: HList](implicit headCodec: Lazy[Codec[H]], tailAux: Aux[T, T, TL]): Aux[:+:[H, T], :+:[H, T], ::[Codec[H], TL]]
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
def
labelledGeneric[A, U <: Coproduct, UL <: HList](implicit lgen: shapeless.LabelledGeneric.Aux[A, U], auto: Aux[U, U, UL]): Aux[A, U, UL]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit
def
union[KH <: Symbol, VH, T <: Coproduct, KT <: HList, TL <: HList](implicit headCodec: Lazy[Codec[VH]], tailAux: Aux[T, T, TL], keys: shapeless.ops.union.Keys.Aux[:+:[FieldType[KH, VH], T], ::[KH, KT]]): Aux[:+:[FieldType[KH, VH], T], :+:[FieldType[KH, VH], T], ::[Codec[FieldType[KH, VH]], TL]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Companion for CoproductBuilderAuto.