Packages

trait LawAdapter extends AnyRef

Source
LawAdapter.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LawAdapter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def booleanPropF[F[_], A](propLabel: String, prop: ⇒ Boolean)(implicit arg0: MonadThrow[F]): (String, PropF[F])
  2. def isEqPropF[F[_], A, B](propLabel: String, prop: (A) ⇒ IsEq[F[B]])(implicit arg0: Arbitrary[A], arg1: Shrink[A], arg2: Eq[B], F: MonadThrow[F]): (String, PropF[F])