public final class NoneBiJoiner<A,B> extends AbstractBiJoiner<A,B>
Constructor and Description |
---|
NoneBiJoiner() |
Modifier and Type | Method and Description |
---|---|
JoinerType[] |
getJoinerTypes() |
Function<A,Object[]> |
getLeftCombinedMapping() |
Function<A,Object> |
getLeftMapping(int joinerIndex) |
Function<B,Object[]> |
getRightCombinedMapping() |
Function<B,Object> |
getRightMapping(int joinerIndex) |
merge
public Function<A,Object> getLeftMapping(int joinerIndex)
getLeftMapping
in class AbstractBiJoiner<A,B>
public Function<A,Object[]> getLeftCombinedMapping()
getLeftCombinedMapping
in class AbstractBiJoiner<A,B>
public JoinerType[] getJoinerTypes()
getJoinerTypes
in class AbstractJoiner
public Function<B,Object> getRightMapping(int joinerIndex)
getRightMapping
in class AbstractBiJoiner<A,B>
public Function<B,Object[]> getRightCombinedMapping()
getRightCombinedMapping
in class AbstractBiJoiner<A,B>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.