protected val actionAndApply: Expect<T>.(Expect<R>.() -> Unit) -> Expect<R>
An action such as transform, extract etc. which not only creates and returns a new Expect of type R but also applies a given assertionCreator lambda.
actionAndApply
- An action such as transform, extract etc. which not only creates and
returns a new Expect of type R but also applies a given assertionCreator lambda.