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¶ gen': Generator[T] val testHelper: TestHelper val Returns¶ ForAll[T] ref^ Public Functions¶ apply¶ [Source] execute fun ref apply( prop: {(T, PropertyHelper) ?}[T] val) : None val ? Parameters¶ prop: {(T, PropertyHelper) ?}[T] val Returns¶ None val ?