doc / ch.tutteli.atrium.api.cc.infix.en_UK / inAny

inAny

infix fun <E, T : Iterable<E>> IterableContains.Builder<E, T, NoOpSearchBehaviour>.inAny(order: order): IterableContains.Builder<E, T, InAnyOrderSearchBehaviour>
Deprecated: Use pendant from package en_GB; will be removed with 1.0.0

Defines that the search behaviour "find entries in any order in the Iterable" shall be applied to this sophisticated contains in Iterable assertion.

Parameters

order - Has to be order.

Return
The newly created builder.

fun <E, T : Iterable<E>> inAny(builder: IterableContainsBuilder<E, T, NoOpSearchBehaviour>, order: order): IterableContainsBuilder<E, T, InAnyOrderSearchBehaviour>
Deprecated: Use the extension fun `inAny` instead. This fun is only here to retain binary compatibility; will be removed with 1.0.0