Class Concatenate<T extends InputFromManager>

Type Parameters:
T - input type

public class Concatenate<T extends InputFromManager> extends InputManager<T>
Concatenates the inputs from multiple InputManagers that all provide the same input-type.
Author:
Owen Feehan