Uses of Class
org.optaplanner.core.impl.score.stream.common.JoinerType
-
-
Uses of JoinerType in org.optaplanner.core.impl.score.stream.bavet.common.index
Constructors in org.optaplanner.core.impl.score.stream.bavet.common.index with parameters of type JoinerType Constructor Description BavetEqualsAndComparisonIndex(JoinerType comparisonJoinerType) -
Uses of JoinerType in org.optaplanner.core.impl.score.stream.bi
Methods in org.optaplanner.core.impl.score.stream.bi that return JoinerType Modifier and Type Method Description JoinerTypeSingleBiJoiner. getJoinerType()JoinerType[]CompositeBiJoiner. getJoinerTypes()JoinerType[]FilteringBiJoiner. getJoinerTypes()JoinerType[]NoneBiJoiner. getJoinerTypes()JoinerType[]SingleBiJoiner. getJoinerTypes()Constructors in org.optaplanner.core.impl.score.stream.bi with parameters of type JoinerType Constructor Description SingleBiJoiner(Function<A,?> leftMapping, JoinerType joinerType, Function<B,?> rightMapping) -
Uses of JoinerType in org.optaplanner.core.impl.score.stream.common
Methods in org.optaplanner.core.impl.score.stream.common that return JoinerType Modifier and Type Method Description JoinerTypeJoinerType. flip()abstract JoinerType[]AbstractJoiner. getJoinerTypes()static JoinerTypeJoinerType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinerType[]JoinerType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JoinerType in org.optaplanner.core.impl.score.stream.penta
Methods in org.optaplanner.core.impl.score.stream.penta that return JoinerType Modifier and Type Method Description JoinerTypeSinglePentaJoiner. getJoinerType()JoinerType[]CompositePentaJoiner. getJoinerTypes()JoinerType[]FilteringPentaJoiner. getJoinerTypes()JoinerType[]NonePentaJoiner. getJoinerTypes()JoinerType[]SinglePentaJoiner. getJoinerTypes()Constructors in org.optaplanner.core.impl.score.stream.penta with parameters of type JoinerType Constructor Description SinglePentaJoiner(QuadFunction<A,B,C,D,?> leftMapping, JoinerType joinerType, Function<E,?> rightMapping) -
Uses of JoinerType in org.optaplanner.core.impl.score.stream.quad
Methods in org.optaplanner.core.impl.score.stream.quad that return JoinerType Modifier and Type Method Description JoinerTypeSingleQuadJoiner. getJoinerType()JoinerType[]CompositeQuadJoiner. getJoinerTypes()JoinerType[]FilteringQuadJoiner. getJoinerTypes()JoinerType[]NoneQuadJoiner. getJoinerTypes()JoinerType[]SingleQuadJoiner. getJoinerTypes()Constructors in org.optaplanner.core.impl.score.stream.quad with parameters of type JoinerType Constructor Description SingleQuadJoiner(TriFunction<A,B,C,?> leftMapping, JoinerType joinerType, Function<D,?> rightMapping) -
Uses of JoinerType in org.optaplanner.core.impl.score.stream.tri
Methods in org.optaplanner.core.impl.score.stream.tri that return JoinerType Modifier and Type Method Description JoinerTypeSingleTriJoiner. getJoinerType()JoinerType[]CompositeTriJoiner. getJoinerTypes()JoinerType[]FilteringTriJoiner. getJoinerTypes()JoinerType[]NoneTriJoiner. getJoinerTypes()JoinerType[]SingleTriJoiner. getJoinerTypes()Constructors in org.optaplanner.core.impl.score.stream.tri with parameters of type JoinerType Constructor Description SingleTriJoiner(BiFunction<A,B,?> leftMapping, JoinerType joinerType, Function<C,?> rightMapping)
-