OrderedExtensionPoint

Extension point for factories which generate OrderedArgsGenerator.

Since

2.0.0

Inheritors

Properties

Link copied to clipboard
abstract val arb: ArbExtensionPoint
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns an OrderedArgsGenerator which generates BigInts ranging from (inclusive) to toInclusive.

Link copied to clipboard

Returns an OrderedArgsGenerator which generates BigInts ranging from (inclusive) until toExclusive.

Link copied to clipboard
Link copied to clipboard

Returns an OrderedArgsGenerator for the given Enum of type E.

Link copied to clipboard

Returns an OrderedArgsGenerator based on the given args.

Link copied to clipboard
Link copied to clipboard

Returns an OrderedArgsGenerator which generates Ints ranging from (inclusive) to toInclusive.

Link copied to clipboard

Returns an OrderedArgsGenerator which generates Ints ranging from (inclusive) until toExclusive.

Link copied to clipboard

Returns an OrderedArgsGenerator which generates Longs ranging from (inclusive) to toInclusive.

Link copied to clipboard

Returns an OrderedArgsGeneratorwhich generates Longs ranging from (inclusive) until toExclusive.

Link copied to clipboard

Returns an OrderedArgsGenerator based on the given args.