Direct Known Subclasses:
ParallelNMatchOperation

public class NMatchOperation extends FirstOrderOperation
Operation based on whether n elements satisfy the predicate. The semantics are defined by NMatchOperation.MatchMode. n can be user-defined or specified once for this short-circuiting operation.
Since:
1.6
Author:
Sina Madani