FailureHandlerAdapter
constructor(failureHandler: SubjectChanger.FailureHandler<SubjectIntermediateT, SubjectAfterChangeT>, map: (SubjectT) -> SubjectIntermediateT)(source)
Parameters
SubjectT
The type of the subject
SubjectIntermediateT
The type of the mapped subject
SubjectAfterChangeT
The type of the subject after the subject change (if it were possible).