Type Parameters:
T - input-type.

public class Limit<T extends InputFromManager> extends InputManagerUnary<T>
Limits the number of input-objects to a certain hard-maximum

If there's more input-objects than the maximum, the first maxNumItems are chosen

Author:
Owen Feehan