Uses of Interface
ca.uhn.fhir.batch2.api.IReductionStepWorker
Packages that use IReductionStepWorker
-
Uses of IReductionStepWorker in ca.uhn.fhir.batch2.model
Methods in ca.uhn.fhir.batch2.model with parameters of type IReductionStepWorkerModifier and TypeMethodDescription<OT extends ca.uhn.fhir.model.api.IModelJson>
JobDefinition.Builder<PT,OT> JobDefinition.Builder.addFinalReducerStep(String theStepId, String theStepDescription, Class<OT> theOutputType, IReductionStepWorker<PT, NIT, OT> theStepWorker) Constructors in ca.uhn.fhir.batch2.model with parameters of type IReductionStepWorker