Class InputManagerUnary<T extends InputFromManager>

Object
AnchorBean<InputManager<T>>
InputManager<T>
InputManagerUnary<T>
Type Parameters:
T - input-type
Direct Known Subclasses:
BranchIfDebug, Exclude, FilterCSVColumn, FilterDescriptiveName, FilterIfDebug, Limit, LimitIfRequested, Shuffle, ShuffleIfRequested, SortAlphabetically

public abstract class InputManagerUnary<T extends InputFromManager> extends InputManager<T>
Base class for an InputManager that delegates to another InputManager with the same input-type.
Author:
Owen Feehan
  • Constructor Details

    • InputManagerUnary

      public InputManagerUnary()
  • Method Details