| Modifier and Type | Method and Description |
|---|---|
java.util.List<Input<T>> |
getActiveInputs()
Gets the inputs contained in this MixedInput instance.
|
void |
setActive(Input<?> input)
Set the input, which must be one of the active inputs, to be currently active.
|
describe, getNextInput, getNextInputUntyped, hasNextInputjava.util.List<Input<T>> getActiveInputs()
Input.hasNextInput() returns false, are automatically
returned from this list.void setActive(Input<?> input)
input - The input to be marked active.java.lang.IllegalArgumentException - If the input is not one of the active inputs.