Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionCompositor
Packages that use ProjectionCompositor
-
Uses of ProjectionCompositor in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return ProjectionCompositorModifier and TypeMethodDescriptionstatic <P1,P2, V>
ProjectionCompositor<Object[], V> ProjectionCompositor.from(BiFunction<P1, P2, V> transformer) static <P1,V> ProjectionCompositor <Object, V> static <P1,P2, P3, V>
ProjectionCompositor<Object[], V> ProjectionCompositor.from(org.hibernate.search.util.common.function.TriFunction<P1, P2, P3, V> transformer) static ProjectionCompositor<Object[], Object[]> ProjectionCompositor.fromArray(int size) static <V> ProjectionCompositor<Object[], V> static ProjectionCompositor<Object[], List<?>> ProjectionCompositor.fromList(int size) static <V> ProjectionCompositor<Object[], V> Methods in org.hibernate.search.engine.search.projection.spi with parameters of type ProjectionCompositorModifier and TypeMethodDescription<E,V, P> SearchProjection <P> CompositeProjectionBuilder.build(SearchProjection<?>[] inners, ProjectionCompositor<E, V> compositor, ProjectionAccumulator.Provider<V, P> accumulatorProvider)