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) Deprecated, for removal: This API element is subject to removal in a future version.static <P1,V> ProjectionCompositor <Object, V> Deprecated, for removal: This API element is subject to removal in a future version.static <P1,P2, P3, V>
ProjectionCompositor<Object[], V> ProjectionCompositor.from(org.hibernate.search.util.common.function.TriFunction<P1, P2, P3, V> transformer) Deprecated, for removal: This API element is subject to removal in a future version.static ProjectionCompositor<Object[], Object[]> ProjectionCompositor.fromArray(int size) Deprecated, for removal: This API element is subject to removal in a future version.static <V> ProjectionCompositor<Object[], V> Deprecated, for removal: This API element is subject to removal in a future version.static ProjectionCompositor<Object[], List<?>> ProjectionCompositor.fromList(int size) Deprecated, for removal: This API element is subject to removal in a future version.static <V> ProjectionCompositor<Object[], V> Deprecated, for removal: This API element is subject to removal in a future version.