public final class NoneQuadJoiner<A,B,C,D> extends AbstractQuadJoiner<A,B,C,D>
| Constructor and Description |
|---|
NoneQuadJoiner() |
| Modifier and Type | Method and Description |
|---|---|
JoinerType[] |
getJoinerTypes() |
TriFunction<A,B,C,Object[]> |
getLeftCombinedMapping() |
TriFunction<A,B,C,Object> |
getLeftMapping(int index) |
Function<D,Object[]> |
getRightCombinedMapping() |
Function<D,Object> |
getRightMapping(int index) |
getFilter, matches, mergepublic 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.