Uses of Interface
org.optaplanner.constraint.streams.bavet.common.RightTupleLifecycle
-
Packages that use RightTupleLifecycle Package Description org.optaplanner.constraint.streams.bavet.common -
-
Uses of RightTupleLifecycle in org.optaplanner.constraint.streams.bavet.common
Classes in org.optaplanner.constraint.streams.bavet.common that implement RightTupleLifecycle Modifier and Type Class Description classAbstractIfExistsNode<LeftTuple_ extends Tuple,Right_>classAbstractJoinNode<LeftTuple_ extends Tuple,Right_,OutTuple_ extends Tuple,MutableOutTuple_ extends OutTuple_>Methods in org.optaplanner.constraint.streams.bavet.common with parameters of type RightTupleLifecycle Modifier and Type Method Description static <Tuple_ extends Tuple>
TupleLifecycle<Tuple_>TupleLifecycle. ofRight(RightTupleLifecycle<Tuple_> rightTupleLifecycle)
-