JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
nosqlbench 5.23.0-SNAPSHOT
io.nosqlbench.virtdata.core.bindings
DataMapper
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
get(long)
apply(long)
Interface DataMapper<R>
All Superinterfaces:
LongFunction
<R>
All Known Implementing Classes:
RandomRangedToDouble
public interface
DataMapper<R>
extends
LongFunction
<R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default
R
apply
(long value)
R
get
(long input)
Method Details
get
R
get
(long input)
apply
default
R
apply
(long value)
Specified by:
apply
in interface
LongFunction
<
R
>