| Package | Description |
|---|---|
| org.mule.runtime.extension.internal.operator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryOperator
Marker interface that represents a binary operator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EqualsOperator
Represents an equal operator
|
class |
GreaterOperator
Represents a greater operator
|
class |
GreaterOrEqualsOperator
Represents a less or equals operator
|
class |
LessOperator
Represent a less operator
|
class |
LessOrEqualsOperator
Represents an less or equals operator
|
class |
LikeOperator |
class |
NotEqualsOperator
Represents an not equals operator
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.