interface NotSearchBehaviour : NoOpSearchBehaviour
Represents still the default search behaviour but a CharSequenceContains.Checker should be used which verifies that the CharSequenceContains.Searcher could not find the expected object.
open fun decorateDescription(description: Translatable): Translatable
Returns the given description. |
class NotSearchBehaviourImpl : NotSearchBehaviour
Represents still the default search behaviour but a CharSequenceContains.Checker should be used which verifies that the CharSequenceContains.Searcher could not find the expected object. |