public final class FilteringQuadJoiner<A,B,C,D> extends AbstractQuadJoiner<A,B,C,D>
| Constructor and Description |
|---|
FilteringQuadJoiner(QuadPredicate<A,B,C,D> filter) |
| 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 FilteringQuadJoiner(QuadPredicate<A,B,C,D> filter)
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 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>public JoinerType[] getJoinerTypes()
getJoinerTypes in class AbstractJoinerCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.