Uses of Interface
com.almworks.jira.structure.api.attribute.loader.builder.RowPreloadFunction
Packages that use RowPreloadFunction
-
Uses of RowPreloadFunction in com.almworks.jira.structure.api.attribute.loader.builder
Methods in com.almworks.jira.structure.api.attribute.loader.builder with parameters of type RowPreloadFunctionModifier and TypeMethodDescriptionSingleRowAttributeLoaderBuilder.preload(RowPreloadFunction preloadFunction) Constructors in com.almworks.jira.structure.api.attribute.loader.builder with parameters of type RowPreloadFunctionModifierConstructorDescriptionBaseSingleRowAttributeLoader(AttributeSpec<T> attributeSpec, Set<AttributeSpec<?>> dependencies, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail, BiFunction<StructureRow, SingleRowAttributeContext, AttributeValue<T>> loadingFunction, RowPreloadFunction preloadFunction, boolean wholeForestDependent)