mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Merge pull request #140 from nosqlbench/longflow-example
longflow example
This commit is contained in:
commit
2676eea576
@ -16,7 +16,7 @@ public class LongFlow implements LongUnaryOperator {
|
|||||||
|
|
||||||
private final LongUnaryOperator[] ops;
|
private final LongUnaryOperator[] ops;
|
||||||
|
|
||||||
@Example({"StringFlow(Add(3),Mul(6))","Create an integer operator which adds 3 and multiplies the result by 6"})
|
@Example({"LongFlow(Add(3),Mul(6))","Create an integer operator which adds 3 and multiplies the result by 6"})
|
||||||
public LongFlow(LongUnaryOperator... ops) {
|
public LongFlow(LongUnaryOperator... ops) {
|
||||||
this.ops = ops;
|
this.ops = ops;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user