Uses of Class
com.broadleafcommerce.sandbox.stream.BroadleafScopedPagingStreams.StreamBuilder
Packages that use BroadleafScopedPagingStreams.StreamBuilder
-
Uses of BroadleafScopedPagingStreams.StreamBuilder in com.broadleafcommerce.sandbox.stream
Methods in com.broadleafcommerce.sandbox.stream that return BroadleafScopedPagingStreams.StreamBuilderModifier and TypeMethodDescriptionBroadleafScopedPagingStreams.StreamBuilder.identifyingValues
(List<String> identifyingValues) Denote the list of identifying values to use to drivesource
fetching and stream population.BroadleafScopedPagingStreams.StreamBuilder.pageSize
(int pageSize) Denote the page size used to split upidentifyingValues
.static <T> BroadleafScopedPagingStreams.StreamBuilder<T>
BroadleafScopedPagingStreams.streamBuilder
(ScopedListSource<T> source)