object
Shapeless
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
cconsEquallyWeightedArbitrary[H, T <: Coproduct, N <: Nat](implicit headArbitrary: Lazy[Arbitrary[H]], tailArbitrary: Lazy[Arbitrary[T]], length: Aux[T, N], n: ToInt[N]): Arbitrary[:+:[H, T]]
-
implicit
def
cconsShrink[H, T <: Coproduct](implicit headShrink: Lazy[Shrink[H]], tailShrink: Lazy[Shrink[T]], headSingletons: Lazy[Singletons[H]], tailSingletons: Lazy[Singletons[T]]): Shrink[:+:[H, T]]
-
def
clone(): AnyRef
-
implicit
val
cnilArbitrary: Arbitrary[CNil]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit
def
hconsArbitrary[H, T <: HList, N <: Nat](implicit headArbitrary: Lazy[Arbitrary[H]], tailArbitrary: Lazy[Arbitrary[T]], length: Aux[T, N], n: ToInt[N]): Arbitrary[::[H, T]]
-
implicit
def
hconsShrink[H, T <: HList](implicit headShrink: Lazy[Shrink[H]], tailShrink: Lazy[Shrink[T]]): Shrink[::[H, T]]
-
implicit
val
hnilArbitrary: Arbitrary[HNil]
-
implicit
def
instanceArbitrary[F, G](implicit gen: Aux[F, G], arbitrary: Lazy[Arbitrary[G]]): Arbitrary[F]
-
implicit
def
instanceShrink[F, G](implicit gen: Aux[F, G], shrink: Lazy[Shrink[G]]): Shrink[F]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
def
keepDefaultListArbitrary[T](implicit arg0: Arbitrary[T]): Arbitrary[List[T]]
-
implicit
def
keepDefaultListShrink[T](implicit arg0: Shrink[T]): Shrink[List[T]]
-
implicit
def
keepDefaultOptionArbitrary[T](implicit arg0: Arbitrary[T]): Arbitrary[Option[T]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
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