withTransformation
abstract fun <SubjectAfterChangeT> withTransformation(transformation: (SubjectT) -> Option<SubjectAfterChangeT>): SubjectChangerBuilder.FailureHandlerStep<SubjectT, SubjectAfterChangeT>(source)
Defines the new subject, most likely based on the current subject (but does not need to be).