Class DefaultBiJoiner<A,B>
- java.lang.Object
-
- ai.timefold.solver.constraint.streams.common.AbstractJoiner<B>
-
- ai.timefold.solver.constraint.streams.common.bi.DefaultBiJoiner<A,B>
-
- All Implemented Interfaces:
BiJoiner<A,B>
public final class DefaultBiJoiner<A,B> extends AbstractJoiner<B> implements BiJoiner<A,B>
-
-
Field Summary
-
Fields inherited from class ai.timefold.solver.constraint.streams.common.AbstractJoiner
joinerTypes, rightMappings
-
-
Constructor Summary
Constructors Constructor Description DefaultBiJoiner(Function<A,Property_> leftMapping, JoinerType joinerType, Function<B,Property_> rightMapping)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultBiJoiner<A,B>and(BiJoiner<A,B> otherJoiner)booleanequals(Object o)Function<A,Object>getLeftMapping(int index)inthashCode()booleanmatches(A a, B b)static <A,B>
DefaultBiJoiner<A,B>merge(List<DefaultBiJoiner<A,B>> joinerList)-
Methods inherited from class ai.timefold.solver.constraint.streams.common.AbstractJoiner
getJoinerCount, getJoinerType, getRightMapping
-
-
-
-
Constructor Detail
-
DefaultBiJoiner
public DefaultBiJoiner(Function<A,Property_> leftMapping, JoinerType joinerType, Function<B,Property_> rightMapping)
-
-
Method Detail
-
merge
public static <A,B> DefaultBiJoiner<A,B> merge(List<DefaultBiJoiner<A,B>> joinerList)
-
-