public interface Operator extends Serializable
Operator represents operator symbols.
Implementations should be enums for automatic instance management.
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType()
Get the result type of the operator
|
String |
name()
Get the unique id for this Operator
|
Copyright © 2007–2020 Querydsl. All rights reserved.