class From<out Res>(name: String, checkType: CheckBuilder.CheckType)
Content copied to clipboard
Helps the Res type from the action builder flow into the extraction function f. Allows writing .check({ extract { it.field }.shouldBe("stuff") }), Kotlin only.