Class JoinerUtils
- java.lang.Object
-
- org.optaplanner.constraint.streams.bavet.common.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,Object[]>combineLeftMappings(DefaultBiJoiner<A,B> joiner)static <A,B,C>
BiFunction<A,B,Object[]>combineLeftMappings(DefaultTriJoiner<A,B,C> joiner)static <Right_> Function<Right_,Object[]>combineRightMappings(AbstractJoiner<Right_> joiner)
-
-
-
Method Detail
-
combineLeftMappings
public static <A,B> Function<A,Object[]> combineLeftMappings(DefaultBiJoiner<A,B> joiner)
-
combineLeftMappings
public static <A,B,C> BiFunction<A,B,Object[]> combineLeftMappings(DefaultTriJoiner<A,B,C> joiner)
-
combineRightMappings
public static <Right_> Function<Right_,Object[]> combineRightMappings(AbstractJoiner<Right_> joiner)
-
-