Predicate.AbsBefore, Predicate.And, Predicate.Not, Predicate.Or, Predicate.RelBefore, Predicate.Unconditional
Constructor and Description |
---|
And(Predicate left,
Predicate right)
Creates a new
And instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Predicate |
getLeft()
The left predicate.
|
Predicate |
getRight()
The right predicate.
|
int |
hashCode() |
ClaimPredicate |
toXdr()
Generates XDR object from a given Predicate object.
|
public ClaimPredicate toXdr()
Predicate
public int hashCode()
hashCode
in class java.lang.Object
public Predicate getLeft()
public Predicate getRight()