Class NoneQuadJoiner<A,B,C,D>
- java.lang.Object
-
- org.optaplanner.core.impl.score.stream.common.AbstractJoiner
-
- org.optaplanner.core.impl.score.stream.quad.AbstractQuadJoiner<A,B,C,D>
-
- org.optaplanner.core.impl.score.stream.quad.NoneQuadJoiner<A,B,C,D>
-
- All Implemented Interfaces:
QuadJoiner<A,B,C,D>
public final class NoneQuadJoiner<A,B,C,D> extends AbstractQuadJoiner<A,B,C,D>
-
-
Constructor Summary
Constructors Constructor Description NoneQuadJoiner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JoinerType[]
getJoinerTypes()
TriFunction<A,B,C,Object[]>
getLeftCombinedMapping()
TriFunction<A,B,C,Object>
getLeftMapping(int index)
Function<D,Object[]>
getRightCombinedMapping()
Function<D,Object>
getRightMapping(int index)
-
Methods inherited from class org.optaplanner.core.impl.score.stream.quad.AbstractQuadJoiner
getFilter, matches, merge
-
-
-
-
Method Detail
-
getLeftMapping
public TriFunction<A,B,C,Object> getLeftMapping(int index)
- Specified by:
getLeftMapping
in classAbstractQuadJoiner<A,B,C,D>
-
getLeftCombinedMapping
public TriFunction<A,B,C,Object[]> getLeftCombinedMapping()
- Specified by:
getLeftCombinedMapping
in classAbstractQuadJoiner<A,B,C,D>
-
getJoinerTypes
public JoinerType[] getJoinerTypes()
- Specified by:
getJoinerTypes
in classAbstractJoiner
-
getRightMapping
public Function<D,Object> getRightMapping(int index)
- Specified by:
getRightMapping
in classAbstractQuadJoiner<A,B,C,D>
-
getRightCombinedMapping
public Function<D,Object[]> getRightCombinedMapping()
- Specified by:
getRightCombinedMapping
in classAbstractQuadJoiner<A,B,C,D>
-
-