fun <T, R> create(transformationStep: SubjectChangerBuilder.TransformationStep<T>, transformation: (T) -> Option<R>): SubjectChangerBuilder.FailureHandlerOption<T, R>
(source)
Creates a FailureHandlerOption in the context of the SubjectChangerBuilder.