| IterableContainsAtLeastCheckerBuilderBase | abstract class IterableContainsAtLeastCheckerBuilderBase<out E, out T : Iterable<E>, out S : SearchBehaviour> : IterableContainsCheckerBuilder<E, T, S>The base class for builders which create a contains at leastcheck within the fluent API of a sophisticatedcontainsassertion for Iterable. | 
| IterableContainsAtMostCheckerBuilderBase | abstract class IterableContainsAtMostCheckerBuilderBase<out E, out T : Iterable<E>, out S : SearchBehaviour> : IterableContainsCheckerBuilder<E, T, S>The base class for builders which create a contains at least once but at mostcheck within the fluent API of a
sophisticatedcontainsassertion for Iterable. | 
| IterableContainsBuilder | open class IterableContainsBuilder<out E, out T : Iterable<E>, out S : SearchBehaviour> : ContainsBuilder<T, S>, Builder<E, T, S>Represents the deprecated entry point of the fluent API of sophisticated containsassertions.
It contains the plant for which the Assertion shall be build as well as the decoration behaviour which shall be
applied to the plant's subject. | 
| IterableContainsButAtMostCheckerBuilderBase | abstract class IterableContainsButAtMostCheckerBuilderBase<out E, out T : Iterable<E>, out S : SearchBehaviour> : IterableContainsCheckerBuilder<E, T, S>The base class for builders which create the second step of a contains at least but at mostcheck within the
fluent API of a sophisticatedcontainsassertion for Iterable. | 
| IterableContainsCheckerBuilder | interface IterableContainsCheckerBuilder<out E, out T : Iterable<E>, out S : SearchBehaviour> : ContainsCheckerBuilder<T, S, Checker, Builder<E, T, S>>, CheckerOption<E, T, S>The deprecated base class for builders which create IterableContains.Checkers within the fluent API of a sophisticated
containsassertion which was started with the given containsBuilder. | 
| IterableContainsExactlyCheckerBuilderBase | abstract class IterableContainsExactlyCheckerBuilderBase<out E, out T : Iterable<E>, out S : SearchBehaviour> : IterableContainsCheckerBuilder<E, T, S>The base class for builders which create a contains exactlycheck within the fluent API of a sophisticatedcontainsassertion for Iterable. | 
| IterableContainsNoOpCheckerBuilder | class IterableContainsNoOpCheckerBuilder<out E, out T : Iterable<E>, out S : SearchBehaviour> : IterableContainsCheckerBuilder<E, T, S>Represents the deprecated "no IterableContains.Checker" option, meaning no checker shall be applied to a search result. | 
| IterableContainsNotCheckerBuilderBase | abstract class IterableContainsNotCheckerBuilderBase<out E, out T : Iterable<E>, out S : SearchBehaviour> : IterableContainsCheckerBuilder<E, T, S>The base class for builders which create a contains notcheck within the fluent API of a sophisticatedcontainsassertion for Iterable. | 
| IterableContainsNotOrAtMostCheckerBuilderBase | abstract class IterableContainsNotOrAtMostCheckerBuilderBase<out E, out T : Iterable<E>, out S : SearchBehaviour> : IterableContainsCheckerBuilder<E, T, S>The base class for builders which create a contains not or at mostcheck within the fluent API of a
sophisticatedcontainsassertion for Iterable. |