public static class FakeRtsa.RandomArgumentSelector extends Object implements FakeRtsa.FunctionMapping
| Modifier | Constructor and Description |
|---|---|
|
RandomArgumentSelector()
Creates the prototype instance.
|
private |
RandomArgumentSelector(String[] args)
Creates a random argument selector with arguments for binding.
|
| Modifier and Type | Method and Description |
|---|---|
FakeRtsa.FunctionMapping |
bind(String[] args)
Binds the arguments to that function mapping and creates a new one.
|
Object |
map(Object value)
Maps an input value to an output value.
|
private String[] args
public RandomArgumentSelector()
private RandomArgumentSelector(String[] args)
args - the argumentspublic Object map(Object value)
FakeRtsa.FunctionMappingmap in interface FakeRtsa.FunctionMappingvalue - the input valuepublic FakeRtsa.FunctionMapping bind(String[] args)
FakeRtsa.FunctionMappingbind in interface FakeRtsa.FunctionMappingargs - the args to be bound, may be null then result shall be thisCopyright © 2022. All rights reserved.