Class JoinerUtils
- java.lang.Object
-
- org.optaplanner.constraint.streams.bavet.common.index.JoinerUtils
-
public final class JoinerUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <A,B>
Function<A,IndexProperties>combineLeftMappings(DefaultBiJoiner<A,B> joiner)static <A,B,C>
BiFunction<A,B,IndexProperties>combineLeftMappings(DefaultTriJoiner<A,B,C> joiner)static <Right_> Function<Right_,IndexProperties>combineRightMappings(AbstractJoiner<Right_> joiner)
-
-
-
Method Detail
-
combineLeftMappings
public static <A,B> Function<A,IndexProperties> combineLeftMappings(DefaultBiJoiner<A,B> joiner)
-
combineLeftMappings
public static <A,B,C> BiFunction<A,B,IndexProperties> combineLeftMappings(DefaultTriJoiner<A,B,C> joiner)
-
combineRightMappings
public static <Right_> Function<Right_,IndexProperties> combineRightMappings(AbstractJoiner<Right_> joiner)
-
-