doc / ch.tutteli.atrium.domain.creating.changers / PostFinalStep / actionAndApply

actionAndApply

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.

Property

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.