Packages

object LawAdapter extends LawAdapter

Source
LawAdapter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LawAdapter
  2. LawAdapter
  3. AnyRef
  4. 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])
    Definition Classes
    LawAdapter
  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])
    Definition Classes
    LawAdapter