Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface BucketContentFactorySupplier<ST extends AbstractWorkSegmentationType,CF extends BucketContentFactory>
  • Method Summary

    Modifier and Type
    Method
    Description
    supply(ST segmentationConfig, @Nullable ImplicitSegmentationResolver implicitSegmentationResolver)
    Creates bucket content factory with a given segmentation config in given context.
  • Method Details

    • supply

      @NotNull CF supply(ST segmentationConfig, @Nullable @Nullable ImplicitSegmentationResolver implicitSegmentationResolver)
      Creates bucket content factory with a given segmentation config in given context. The context is currently taken into account only for implicit segmentation configuration.