public static interface FakeRtsa.FunctionMapping
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
Object map(Object value)
value - the input valuedefault FakeRtsa.FunctionMapping bind(String[] args)
args - the args to be bound, may be null then result shall be thisCopyright © 2022. All rights reserved.