infix fun <E, T : Iterable<E>> IterableContainsBuilder<E, T, IterableContainsNoOpSearchBehaviour>.inAny(order: order): IterableContainsBuilder<E, T, IterableContainsInAnyOrderSearchBehaviour>
Defines that the search behaviour "find entries in any order in the Iterable" shall be applied to this
sophisticated contains in Iterable assertion.
order - Has to be order.
Return
The newly created builder.