doc / ch.tutteli.atrium.logic.creating.transformers.impl / BaseTransformationExecutionStep / actionAndApply

actionAndApply

protected val actionAndApply: AssertionContainer<T>.(Expect<R>.() -> Unit) -> Expect<R> (source)

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.