val <E, T : Iterable<E>> IterableContains.Builder<E, T, NoOpSearchBehaviour>.inOrder: IterableContains.Builder<E, T, InOrderSearchBehaviour>
Defines that the search behaviour "find entries in order
in the Iterable" shall be applied to this
sophisticated contains
in Iterable assertion.
Return
The newly created builder.
val <E, T> IterableLikeContains.EntryPointStep<E, T, NoOpSearchBehaviour>.inOrder: IterableLikeContains.EntryPointStep<E, T, InOrderSearchBehaviour>
Defines that the search behaviour "find entries in order
in the IterableLike" shall be applied to this
sophisticated contains
in IterableLike assertion.
Return
The newly created builder.
Since
0.14.0 -- API existed for Iterable but not for IterableLike.
val <K, V, T> MapLikeContains.EntryPointStep<K, V, T, NoOpSearchBehaviour>.inOrder: MapLikeContains.EntryPointStep<K, V, T, InOrderSearchBehaviour>
Defines that the search behaviour "find entries in order
in the MapLike" shall be applied to this
sophisticated contains
in MapLike assertion.
Return
The newly created builder.
Since
0.15.0