val <E, T> IterableLikeContains.EntryPointStep<E, T, InAnyOrderSearchBehaviour>.only: IterableLikeContains.EntryPointStep<E, T, InAnyOrderOnlySearchBehaviour> (source)
Defines that the constraint "only the specified entries exist in the IterableLike" shall be applied to this
sophisticated contains IterableLike assertion.
Return
The newly created builder.
Since
0.14.0 -- API existed for Iterable but not for IterableLike.
val <E, T> IterableLikeContains.EntryPointStep<E, T, InOrderSearchBehaviour>.only: IterableLikeContains.EntryPointStep<E, T, InOrderOnlySearchBehaviour> (source)
Defines that the constraint "only the specified entries exist in the IterableLike" shall be applied to this
sophisticated contains in order 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, InAnyOrderSearchBehaviour>.only: MapLikeContains.EntryPointStep<K, V, T, InAnyOrderOnlySearchBehaviour> (source)
Defines that the constraint "only the specified entries exist in the MapLike" shall be applied to this
sophisticated contains MapLike assertion.
Return
The newly created builder.
Since
0.15.0
val <K, V, T> MapLikeContains.EntryPointStep<K, V, T, InOrderSearchBehaviour>.only: MapLikeContains.EntryPointStep<K, V, T, InOrderOnlySearchBehaviour> (source)
Defines that the constraint "only the specified entries exist in the MapLike" shall be applied to this
sophisticated contains in order MapLike assertion.
Return
The newly created builder.
Since
0.15.0