interface FinalStep : AssertionBuilderFinalStep<ExplanatoryAssertion>
Final step which creates an ExplanatoryAssertion based on the previously defined explanation.
abstract val explanation: Any?
The previously defined ExplanatoryAssertion.explanation. |
abstract fun build(): T
|
fun create(explanation: Any?): Explanatory.FinalStep
Factory method to create the FinalStep in the building process of a ExplanatoryAssertion based on the given explanation. |