Whether this.followUp
equals to Abort
.
Whether this.followUp
equals to Complete
.
Whether this.followUp
does not equal to Abort
.
Whether this.followUp
does not equal to Complete
.
Whether this.followUp
does not equal to PostCheck
.
Whether this.followUp
equals to PostCheck
.
Returns a tuple of this
and this.followUp
.
(preCheckResult: StringAdd).self
(preCheckResult: StringFormat).self
(preCheckResult: ArrowAssoc[PreCheckResult]).x
(Since version 2.10.0) Use leftOfArrow
instead
(preCheckResult: Ensuring[PreCheckResult]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
The return type of any pre-check.
followUp
contains the return status (follow-up activity).Constraint
implementations are encouraged to extend this class to contain further data calculated in course of the pre-check and reusable in the following post-check.