SubjectChangerBuilder

Helps in using SubjectChanger by providing a guide to set the different parameters in form of a fluent builder.

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Step which allows to specify the description and representation of the change.

Link copied to clipboard

Step which allows to decide how the transformation shall be executed.

Link copied to clipboard

Optional step which allows to specify a custom SubjectChanger.FailureHandler.

Link copied to clipboard

Final step in the help-me-to-call-SubjectChanger-process, which creates an ExecutionStep incorporating all chosen options and is able to call SubjectChanger accordingly.

Link copied to clipboard
interface KindStep<SubjectT>

Step where one has to decide the kind of subject change.

Link copied to clipboard

Step to define the transformation which yields the new subject wrapped into a Some if the transformation as such can be carried out; otherwise None.