Uses of Class
ai.timefold.solver.core.impl.score.stream.JoinerType
-
Packages that use JoinerType Package Description ai.timefold.solver.core.impl.score.stream -
-
Uses of JoinerType in ai.timefold.solver.core.impl.score.stream
Methods in ai.timefold.solver.core.impl.score.stream that return JoinerType Modifier and Type Method Description JoinerTypeJoinerType. flip()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.Methods in ai.timefold.solver.core.impl.score.stream with parameters of type JoinerType Modifier and Type Method Description <A,B,Property_>
BiJoiner<A,B>JoinerService. newBiJoiner(Function<A,Property_> leftMapping, JoinerType joinerType, Function<B,Property_> rightMapping)<A,B,C,D,E,Property_>
PentaJoiner<A,B,C,D,E>JoinerService. newPentaJoiner(QuadFunction<A,B,C,D,Property_> leftMapping, JoinerType joinerType, Function<E,Property_> rightMapping)<A,B,C,D,Property_>
QuadJoiner<A,B,C,D>JoinerService. newQuadJoiner(TriFunction<A,B,C,Property_> leftMapping, JoinerType joinerType, Function<D,Property_> rightMapping)<A,B,C,Property_>
TriJoiner<A,B,C>JoinerService. newTriJoiner(BiFunction<A,B,Property_> leftMapping, JoinerType joinerType, Function<C,Property_> rightMapping)
-