Package org.eclipse.epsilon.eol.execute.operations.declarative
package org.eclipse.epsilon.eol.execute.operations.declarative
-
ClassDescriptionCounts the number of elements satisfying the condition.DelegateBasedOperation<O extends FirstOrderOperation>Operation based on whether n elements satisfy the predicate.Determines the interpretation of n.
NMatchOperation.MatchMode.EXACT
: Whether the number of elements satisfying the predicate is equal to n,
NMatchOperation.MatchMode.MINIMUM
: Whether the number of elements satisfying the predicate is greater than or equal to n,
NMatchOperation.MatchMode.MAXIMUM
: Whether the number of elements satisfying the predicate is less than or equal to n.Returns a new Collection containing one less element for which the predicate is not satisfied.