Method
evaluate
gets the value that would be sent to the graphics system right now
()
Source from the content-addressed store, hash-verified
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * gets the value that would be sent to the graphics system right now |
| 124 | */ |
| 125 | public T evaluate() { |
| 126 | return value.get(); |
| 127 | } |
Tested by
no test coverage detected