doc / ch.tutteli.atrium.api.infix.en_GB.creating.iterable

Package ch.tutteli.atrium.api.infix.en_GB.creating.iterable

Contains parameter objects related to Iterable.

Types

Order

class Order<out T, out G : Group<T>>

Parameter object to express Group<T>, Group<T>, vararg Group<T>.

WithInAnyOrderOnlyReportingOptions

data class WithInAnyOrderOnlyReportingOptions<out T>

Parameter object to wrap a given T next to specifying InAnyOrderOnlyReportingOptions.

WithInOrderOnlyReportingOptions

data class WithInOrderOnlyReportingOptions<out T>

Parameter object to wrap a given T next to specifying InOrderOnlyReportingOptions.