Uses of Interface
org.refcodes.command.Worker
-
Uses of Worker in org.refcodes.command
Methods in org.refcodes.command that return WorkerModifier and TypeMethodDescriptionWorkerAccessor.getWorker()
Retrieves the worker from the worker property.This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenWorker
(setter) as ofWorkerAccessor.WorkerMutator.setWorker(Worker)
and returns the very same value (getter).Methods in org.refcodes.command with parameters of type WorkerModifier and TypeMethodDescriptionThis method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenWorker
(setter) as ofWorkerAccessor.WorkerMutator.setWorker(Worker)
and returns the very same value (getter).void
Sets the worker for the worker property.WorkerAccessor.WorkerBuilder.withWorker
(Worker<CTX, E> aCommand) Sets the worker for the worker property.