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