public class FilteringInputDispenser extends Object implements InputDispenser
| Constructor and Description |
|---|
FilteringInputDispenser(InputDispenser dispenser,
Predicate<ResultReadable> resultValuePredicate) |
| Modifier and Type | Method and Description |
|---|---|
Input |
getInput(long slot)
Resolve (find or create) an Input instance for the slot specified.
|
public FilteringInputDispenser(InputDispenser dispenser, Predicate<ResultReadable> resultValuePredicate)
public Input getInput(long slot)
InputDispensergetInput in interface InputDispenserslot - The numbered slot within the activity instance for this action.Copyright © 2018. All rights reserved.