Uses of Enum Class
ai.timefold.solver.core.impl.score.stream.JoinerType
Packages that use JoinerType
Package
Description
-
Uses of JoinerType in ai.timefold.solver.core.impl.score.stream
Methods in ai.timefold.solver.core.impl.score.stream that return JoinerTypeModifier and TypeMethodDescriptionJoinerType.flip()static JoinerTypeReturns the enum constant of this class with the specified name.static JoinerType[]JoinerType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JoinerType in ai.timefold.solver.core.impl.score.stream.common
Fields in ai.timefold.solver.core.impl.score.stream.common declared as JoinerTypeMethods in ai.timefold.solver.core.impl.score.stream.common that return JoinerTypeConstructors in ai.timefold.solver.core.impl.score.stream.common with parameters of type JoinerTypeModifierConstructorDescriptionprotectedAbstractJoiner(Function<Right_, Property_>[] rightMappings, JoinerType[] joinerTypes) protectedAbstractJoiner(Function<Right_, Property_> rightMapping, JoinerType joinerType) -
Uses of JoinerType in ai.timefold.solver.core.impl.score.stream.common.bi
Constructors in ai.timefold.solver.core.impl.score.stream.common.bi with parameters of type JoinerTypeModifierConstructorDescriptionDefaultBiJoiner(Function<A, Property_> leftMapping, JoinerType joinerType, Function<B, Property_> rightMapping) -
Uses of JoinerType in ai.timefold.solver.core.impl.score.stream.common.penta
Constructors in ai.timefold.solver.core.impl.score.stream.common.penta with parameters of type JoinerTypeModifierConstructorDescriptionDefaultPentaJoiner(QuadFunction<A, B, C, D, Property_> leftMapping, JoinerType joinerType, Function<E, Property_> rightMapping) -
Uses of JoinerType in ai.timefold.solver.core.impl.score.stream.common.quad
Constructors in ai.timefold.solver.core.impl.score.stream.common.quad with parameters of type JoinerTypeModifierConstructorDescriptionDefaultQuadJoiner(TriFunction<A, B, C, Property_> leftMapping, JoinerType joinerType, Function<D, Property_> rightMapping) -
Uses of JoinerType in ai.timefold.solver.core.impl.score.stream.common.tri
Constructors in ai.timefold.solver.core.impl.score.stream.common.tri with parameters of type JoinerTypeModifierConstructorDescriptionDefaultTriJoiner(BiFunction<A, B, Property_> leftMapping, JoinerType joinerType, Function<C, Property_> rightMapping)