Class AbstractIndexedIfExistsNode<LeftTuple_ extends AbstractTuple,Right_>

Type Parameters:
LeftTuple_ -
Right_ -
All Implemented Interfaces:
LeftTupleLifecycle<LeftTuple_>, RightTupleLifecycle<UniTuple<Right_>>
Direct Known Subclasses:
IndexedIfExistsBiNode, IndexedIfExistsQuadNode, IndexedIfExistsTriNode, IndexedIfExistsUniNode

public abstract class AbstractIndexedIfExistsNode<LeftTuple_ extends AbstractTuple,Right_> extends AbstractIfExistsNode<LeftTuple_,Right_> implements LeftTupleLifecycle<LeftTuple_>, RightTupleLifecycle<UniTuple<Right_>>
There is a strong likelihood that any change to this class, which is not related to indexing, should also be made to AbstractUnindexedIfExistsNode.