trait
HListInstances extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
fromHList[S <: HList, A](implicit gen: Aux[A, S]): Iso[S, A]
-
final
def
getClass(): Class[_]
-
def
hListAt[S <: HList, A](n: Nat)(implicit evAt: Aux[S, N, A], evReplace: Aux[S, N, A, (A, S)]): Lens[S, A]
-
implicit
def
hListCons1[S <: HList, H, T <: HList](implicit evIsCons: Aux[S, H, T], evPrepend: shapeless.ops.hlist.Prepend.Aux[::[H, HNil], T, S]): Cons1[S, H, T]
-
implicit
def
hListField1[S <: HList, A](implicit evAt: Aux[S, N, A], evReplace: Aux[S, N, A, (A, S)]): Field1[S, A]
-
implicit
def
hListField2[S <: HList, A](implicit evAt: Aux[S, N, A], evReplace: Aux[S, N, A, (A, S)]): Field2[S, A]
-
implicit
def
hListField3[S <: HList, A](implicit evAt: Aux[S, N, A], evReplace: Aux[S, N, A, (A, S)]): Field3[S, A]
-
implicit
def
hListField4[S <: HList, A](implicit evAt: Aux[S, N, A], evReplace: Aux[S, N, A, (A, S)]): Field4[S, A]
-
implicit
def
hListField5[S <: HList, A](implicit evAt: Aux[S, N, A], evReplace: Aux[S, N, A, (A, S)]): Field5[S, A]
-
implicit
def
hListField6[S <: HList, A](implicit evAt: Aux[S, N, A], evReplace: Aux[S, N, A, (A, S)]): Field6[S, A]
-
implicit
def
hListReverse[S <: HList, A <: HList](implicit ev1: Aux[S, A], ev2: Aux[A, S]): Reverse[S, A]
-
implicit
def
hListSnoc1[S <: HList, I <: HList, L](implicit evInit: Aux[S, I], evLast: Aux[S, L], evPrepend: shapeless.ops.hlist.Prepend.Aux[I, ::[L, HNil], S]): Snoc1[S, I, L]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toHList[S, A <: HList](implicit gen: Aux[S, A]): Iso[S, A]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any