JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Superinterfaces:
Expressible , Serializable , StreamOperation
All Known Implementing Classes:
AndOperation , EqualsOperation , GreaterThanEqualToOperation , GreaterThanOperation , LeafOperation , LessThanEqualToOperation , LessThanOperation , NotOperation , OrOperation
public interface BooleanOperation
extends StreamOperation
A BooleanOperation returns true or false for each tuple that it evaluates. The HavingStream applies a BooleanOperation to
determine which tuples to emit.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method