public final class FilteringBiJoiner<A,B> extends AbstractBiJoiner<A,B>
| Constructor and Description |
|---|
FilteringBiJoiner(BiPredicate<A,B> filter) |
| Modifier and Type | Method and Description |
|---|---|
JoinerType[] |
getJoinerTypes() |
Function<A,Object[]> |
getLeftCombinedMapping() |
Function<A,Object> |
getLeftMapping(int index) |
Function<B,Object[]> |
getRightCombinedMapping() |
Function<B,Object> |
getRightMapping(int index) |
getFilter, matches, mergepublic FilteringBiJoiner(BiPredicate<A,B> filter)
public Function<A,Object> getLeftMapping(int index)
getLeftMapping in class AbstractBiJoiner<A,B>public Function<A,Object[]> getLeftCombinedMapping()
getLeftCombinedMapping in class AbstractBiJoiner<A,B>public Function<B,Object> getRightMapping(int index)
getRightMapping in class AbstractBiJoiner<A,B>public Function<B,Object[]> getRightCombinedMapping()
getRightCombinedMapping in class AbstractBiJoiner<A,B>public JoinerType[] getJoinerTypes()
getJoinerTypes in class AbstractJoinerCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.