public class Operators extends Object
| Modifier and Type | Field and Description |
|---|---|
static Cast |
CAST |
static Equals |
EQUALS |
static GreaterThan |
GREATER_THAN |
static GreaterThanOrEqual |
GREATER_THAN_OR_EQUAL |
static IsNull |
IS_NULL |
static LessThan |
LESS_THAN |
static LessThanOrEqual |
LESS_THAN_OR_EQUAL |
static Not |
NOT |
static OfType |
OF_TYPE |
static com.google.common.collect.ImmutableSet<FilterOperator> |
SUPPORTED_OPERATORS |
static Operator<Object> |
UNSUPPORTED |
| Constructor and Description |
|---|
Operators() |
public static final Equals EQUALS
public static final IsNull IS_NULL
public static final GreaterThan GREATER_THAN
public static final LessThan LESS_THAN
public static final GreaterThanOrEqual GREATER_THAN_OR_EQUAL
public static final LessThanOrEqual LESS_THAN_OR_EQUAL
public static final Not NOT
public static final Cast CAST
public static final OfType OF_TYPE
public static final com.google.common.collect.ImmutableSet<FilterOperator> SUPPORTED_OPERATORS
Copyright © 2021. All rights reserved.