Skip to content

ForAll[T: T]

[Source]

class ref ForAll[T: T]

Constructors

create

[Source]

new ref create(
  gen': Generator[T] val,
  testHelper: TestHelper val)
: ForAll[T] ref^

Parameters

Returns


Public Functions

apply

[Source]

execute

fun ref apply(
  prop: {(T, PropertyHelper) ?}[T] val)
: None val ?

Parameters

  • prop: {(T, PropertyHelper) ?}[T] val

Returns