interface InAnyOrderSearchBehaviour : IterableContains.SearchBehaviour
Represents the search behaviour that expected entries might appear in any order within the Iterable.
open class
Represents the deprecated search behaviour that expected entries might appear in any order within the Iterable. |
|
interface NotSearchBehaviour : InAnyOrderSearchBehaviour
Represents the search behaviour that expected entries might appear in any order within the Iterable. |