- All Implemented Interfaces:
- Function<Object,Object>
public class Load
extends Object
implements Function<Object,Object>
Load a named value from the per-thread state map.
The previous input value will be forgotten, and the named value will replace it
before the next function in the chain.