Constructor and Description |
---|
BavetIndexFactory(AbstractJoiner joiner) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBiJoiner<A,B> |
class |
CompositeBiJoiner<A,B> |
class |
NoneBiJoiner<A,B> |
class |
SingleBiJoiner<A,B> |
Modifier and Type | Method and Description |
---|---|
protected static <A,B,J extends AbstractJoiner> |
AbstractJoiner.buildCombinedMappingBi(List<J> joinerList,
Function<J,BiFunction<A,B,?>> mappingFunction) |
protected static <A,J extends AbstractJoiner> |
AbstractJoiner.buildCombinedMappingUni(List<J> joinerList,
Function<J,Function<A,?>> mappingFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTriJoiner<A,B,C> |
class |
CompositeTriJoiner<A,B,C> |
class |
NoneTriJoiner<A,B,C> |
class |
SingleTriJoiner<A,B,C> |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.