Class DefaultTriJoiner<A,B,C>
java.lang.Object
org.optaplanner.constraint.streams.common.AbstractJoiner<C>
org.optaplanner.constraint.streams.common.tri.DefaultTriJoiner<A,B,C>
- All Implemented Interfaces:
TriJoiner<A,B, C>
-
Field Summary
Fields inherited from class org.optaplanner.constraint.streams.common.AbstractJoiner
joinerTypes, rightMappings -
Constructor Summary
ConstructorsConstructorDescriptionDefaultTriJoiner(BiFunction<A, B, Property_> leftMapping, JoinerType joinerType, Function<C, Property_> rightMapping) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLeftMapping(int index) inthashCode()booleanstatic <A,B, C> DefaultTriJoiner<A, B, C> merge(List<DefaultTriJoiner<A, B, C>> joinerList) Methods inherited from class org.optaplanner.constraint.streams.common.AbstractJoiner
getJoinerCount, getJoinerType, getRightMapping
-
Constructor Details
-
DefaultTriJoiner
public DefaultTriJoiner(BiFunction<A, B, Property_> leftMapping, JoinerType joinerType, Function<C, Property_> rightMapping)
-
-
Method Details