apply

object apply
class Object
trait Matchable
class Any

Value members

Concrete methods

def composition[F[_], X, Y, Z](implicit ap: Apply[F], afx: Arbitrary[F[X]], au: Arbitrary[F[Y => Z]], av: Arbitrary[F[X => Y]], e: Equal[F[Z]]): Prop
def laws[F[_]](implicit F: Apply[F], af: Arbitrary[F[Int]], aff: Arbitrary[F[Int => Int]], e: Equal[F[Int]]): Properties