PartiallyAppliedForall

weaver.scalacheck.Checkers.PartiallyAppliedForall

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object forall.type

Members list

Concise view

Value members

Concrete methods

def apply[A1 : Show, B : PropF](f: A1 => B)(implicit evidence$5: Arbitrary[A1], evidence$6: Show[A1], evidence$7: PropF[B], loc: SourceLocation): EffectType[Expectations]
def apply[A1 : Arbitrary, A2 : Show, B : PropF](f: (A1, A2) => B)(implicit evidence$8: Arbitrary[A1], evidence$9: Show[A1], evidence$10: Arbitrary[A2], evidence$11: Show[A2], evidence$12: PropF[B], loc: SourceLocation): EffectType[Expectations]
def apply[A1 : Arbitrary, A2 : Show, A3 : Show, B : PropF](f: (A1, A2, A3) => B)(implicit evidence$13: Arbitrary[A1], evidence$14: Show[A1], evidence$15: Arbitrary[A2], evidence$16: Show[A2], evidence$17: Arbitrary[A3], evidence$18: Show[A3], evidence$19: PropF[B], loc: SourceLocation): EffectType[Expectations]
def apply[A1 : Show, A2 : Arbitrary, A3 : Show, A4 : Show, B : PropF](f: (A1, A2, A3, A4) => B)(implicit evidence$20: Arbitrary[A1], evidence$21: Show[A1], evidence$22: Arbitrary[A2], evidence$23: Show[A2], evidence$24: Arbitrary[A3], evidence$25: Show[A3], evidence$26: Arbitrary[A4], evidence$27: Show[A4], evidence$28: PropF[B], loc: SourceLocation): EffectType[Expectations]
def apply[A1 : Arbitrary, A2 : Show, A3 : Arbitrary, A4 : Show, A5 : Show, B : PropF](f: (A1, A2, A3, A4, A5) => B)(implicit evidence$29: Arbitrary[A1], evidence$30: Show[A1], evidence$31: Arbitrary[A2], evidence$32: Show[A2], evidence$33: Arbitrary[A3], evidence$34: Show[A3], evidence$35: Arbitrary[A4], evidence$36: Show[A4], evidence$37: Arbitrary[A5], evidence$38: Show[A5], evidence$39: PropF[B], loc: SourceLocation): EffectType[Expectations]
def apply[A1 : Show, A2 : Arbitrary, A3 : Arbitrary, A4 : Show, A5 : Arbitrary, A6 : Arbitrary, B : PropF](f: (A1, A2, A3, A4, A5, A6) => B)(implicit evidence$40: Arbitrary[A1], evidence$41: Show[A1], evidence$42: Arbitrary[A2], evidence$43: Show[A2], evidence$44: Arbitrary[A3], evidence$45: Show[A3], evidence$46: Arbitrary[A4], evidence$47: Show[A4], evidence$48: Arbitrary[A5], evidence$49: Show[A5], evidence$50: Arbitrary[A6], evidence$51: Show[A6], evidence$52: PropF[B], loc: SourceLocation): EffectType[Expectations]
def apply[A : Show, B : PropF](gen: Gen[A])(f: A => B)(implicit evidence$53: Show[A], evidence$54: PropF[B], loc: SourceLocation): EffectType[Expectations]