Uses of Class
org.optaplanner.constraint.streams.bi.BiJoinerComber
-
-
Uses of BiJoinerComber in org.optaplanner.constraint.streams.bavet.uni
Methods in org.optaplanner.constraint.streams.bavet.uni with parameters of type BiJoinerComber Modifier and Type Method Description <B> org.optaplanner.core.api.score.stream.bi.BiConstraintStream<A,B>BavetAbstractUniConstraintStream. join(org.optaplanner.core.api.score.stream.uni.UniConstraintStream<B> otherStream, BiJoinerComber<A,B> joinerComber) -
Uses of BiJoinerComber in org.optaplanner.constraint.streams.bi
Methods in org.optaplanner.constraint.streams.bi that return BiJoinerComber Modifier and Type Method Description static <A,B>
BiJoinerComber<A,B>BiJoinerComber. comb(org.optaplanner.core.api.score.stream.bi.BiJoiner<A,B>[] joiners) -
Uses of BiJoinerComber in org.optaplanner.constraint.streams.drools.uni
Methods in org.optaplanner.constraint.streams.drools.uni with parameters of type BiJoinerComber Modifier and Type Method Description <B> org.optaplanner.core.api.score.stream.bi.BiConstraintStream<A,B>DroolsAbstractUniConstraintStream. join(org.optaplanner.core.api.score.stream.uni.UniConstraintStream<B> otherStream, BiJoinerComber<A,B> joinerComber) -
Uses of BiJoinerComber in org.optaplanner.constraint.streams.uni
Methods in org.optaplanner.constraint.streams.uni with parameters of type BiJoinerComber Modifier and Type Method Description <B> org.optaplanner.core.api.score.stream.bi.BiConstraintStream<A,B>InnerUniConstraintStream. join(org.optaplanner.core.api.score.stream.uni.UniConstraintStream<B> otherStream, BiJoinerComber<A,B> joinerComber)AllowsConstraintFactory.forEachUniquePair(Class)to reuse the joiner combing logic.
-