Uses of Class
org.optaplanner.constraint.streams.bavet.common.AbstractIfExistsNode.Counter
-
Packages that use AbstractIfExistsNode.Counter Package Description org.optaplanner.constraint.streams.bavet.common -
-
Uses of AbstractIfExistsNode.Counter in org.optaplanner.constraint.streams.bavet.common
Constructor parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type AbstractIfExistsNode.Counter Constructor Description AbstractIfExistsNode(boolean shouldExist, Function<Right_,IndexProperties> mappingRight, int inputStoreIndexLeft, int inputStoreIndexRight, Consumer<LeftTuple_> nextNodesInsert, Consumer<LeftTuple_> nextNodesRetract, Indexer<LeftTuple_,AbstractIfExistsNode.Counter<LeftTuple_>> indexerLeft, Indexer<UniTuple<Right_>,Set<AbstractIfExistsNode.Counter<LeftTuple_>>> indexerRight)
-