public static interface FrameState.ValueFunction
Modifier and Type | Method and Description |
---|---|
ValueNode |
apply(int index,
ValueNode currentValue)
Computes the value that should be assigned to position
index in
FrameState.values() given the current value currentValue at that
position. |
ValueNode apply(int index, ValueNode currentValue)
index
in
FrameState.values()
given the current value currentValue
at that
position.