public class Values extends Object
Modifier and Type | Method and Description |
---|---|
static RangeValue |
between(double from,
double to) |
static RangeValue |
between(int from,
int to) |
static RangeValue |
eq(double d) |
static RangeValue |
eq(int i) |
static RangeValue |
ge(double d) |
static RangeValue |
ge(int d) |
static RangeValue |
gt(double d) |
static RangeValue |
gt(int d) |
static RangeValue |
le(double d) |
static RangeValue |
le(int d) |
static RangeValue |
lt(double d) |
static RangeValue |
lt(int d) |
static Value |
tags(String... tags) |
static Value |
value(String s) |
public static RangeValue between(double from, double to)
public static RangeValue between(int from, int to)
public static RangeValue eq(double d)
public static RangeValue eq(int i)
public static RangeValue lt(double d)
public static RangeValue lt(int d)
public static RangeValue gt(double d)
public static RangeValue gt(int d)
public static RangeValue le(double d)
public static RangeValue le(int d)
public static RangeValue ge(double d)
public static RangeValue ge(int d)
Copyright © 2021 RedisLabs. All rights reserved.