io.virtdata.libbasics.shared.stateful.from_long.LoadFloat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtdata-lib-realer Show documentation
Show all versions of virtdata-lib-realer Show documentation
With inspiration from other libraries
package io.virtdata.libbasics.shared.stateful.from_long;
import io.virtdata.annotations.Categories;
import io.virtdata.annotations.Category;
import io.virtdata.annotations.Example;
import io.virtdata.annotations.ThreadSafeMapper;
import io.virtdata.libbasics.core.threadstate.SharedState;
import java.util.HashMap;
import java.util.function.LongFunction;
/**
* Load a value from a named thread-local variable, where the variable
* name is fixed or a generated variable name from a provided function.
* If the named variable is not defined, then the default value is returned.
*/
@Categories(Category.state)
@ThreadSafeMapper
public class LoadFloat implements LongFunction {
private final String name;
private final LongFunction