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