net.aditsu.depeche
public abstract class Operator extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
Operator |
adapt(Serializable rhs)
Returns a version of this operator adapted to a right-hand side value (just "this" by default)
|
abstract Boolean |
test(Serializable x,
Serializable y) |
String |
toString() |
public Operator adapt(Serializable rhs)
public abstract Boolean test(Serializable x, Serializable y)