doc / ch.tutteli.atrium.logic.creating.charsequence.contains.searchbehaviours.impl / NoOpSearchBehaviourImpl

NoOpSearchBehaviourImpl

class NoOpSearchBehaviourImpl : NoOpSearchBehaviour (source)

Represents the default search behaviour or rather does not define a search behaviour at all.

It furthermore implements a no operation for decorateDescription, meaning it passes back the description which is passed in (identity function).

Constructors

<init>

NoOpSearchBehaviourImpl()

Represents the default search behaviour or rather does not define a search behaviour at all.

Inherited Functions

decorateDescription

open fun decorateDescription(description: Translatable): Translatable

Returns the given description.