Class AbstractUnindexedIfExistsNode<LeftTuple_ extends Tuple,Right_>

java.lang.Object
org.optaplanner.constraint.streams.bavet.common.AbstractNode
org.optaplanner.constraint.streams.bavet.common.AbstractIfExistsNode<LeftTuple_,Right_>
org.optaplanner.constraint.streams.bavet.common.AbstractUnindexedIfExistsNode<LeftTuple_,Right_>
Type Parameters:
LeftTuple_ -
Right_ -
All Implemented Interfaces:
LeftTupleLifecycle<LeftTuple_>, RightTupleLifecycle<UniTuple<Right_>>

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