public final class SingleQuadJoiner<A,B,C,D> extends AbstractQuadJoiner<A,B,C,D>
| Constructor and Description |
|---|
SingleQuadJoiner(TriFunction<A,B,C,?> leftMapping,
JoinerType joinerType,
Function<D,?> rightMapping) |
| Modifier and Type | Method and Description |
|---|---|
JoinerType |
getJoinerType() |
JoinerType[] |
getJoinerTypes() |
TriFunction<A,B,C,Object[]> |
getLeftCombinedMapping() |
TriFunction<A,B,C,?> |
getLeftMapping() |
TriFunction<A,B,C,Object> |
getLeftMapping(int index) |
Function<D,Object[]> |
getRightCombinedMapping() |
Function<D,?> |
getRightMapping() |
Function<D,Object> |
getRightMapping(int index) |
getFilter, matches, mergepublic SingleQuadJoiner(TriFunction<A,B,C,?> leftMapping, JoinerType joinerType, Function<D,?> rightMapping)
public TriFunction<A,B,C,?> getLeftMapping()
public JoinerType getJoinerType()
public TriFunction<A,B,C,Object> getLeftMapping(int index)
getLeftMapping in class AbstractQuadJoiner<A,B,C,D>public TriFunction<A,B,C,Object[]> getLeftCombinedMapping()
getLeftCombinedMapping in class AbstractQuadJoiner<A,B,C,D>public JoinerType[] getJoinerTypes()
getJoinerTypes in class AbstractJoinerpublic Function<D,Object> getRightMapping(int index)
getRightMapping in class AbstractQuadJoiner<A,B,C,D>public Function<D,Object[]> getRightCombinedMapping()
getRightCombinedMapping in class AbstractQuadJoiner<A,B,C,D>Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.