Package org.stellar.sdk
Class Predicate.And
java.lang.Object
org.stellar.sdk.Predicate
org.stellar.sdk.Predicate.And
- Enclosing class:
Predicate
Represents a logical AND of two predicates.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.stellar.sdk.Predicate
Predicate.AbsBefore, Predicate.And, Predicate.Not, Predicate.Or, Predicate.RelBefore, Predicate.Unconditional
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
And
Creates a newAnd
instance.- Parameters:
left
- The left predicate.right
- The right predicate.
-
-
Method Details
-
toXdr
Description copied from class:Predicate
Generates XDR object from a given Predicate object. -
equals
-
hashCode
public int hashCode() -
getLeft
The left predicate. -
getRight
The right predicate.
-