doc / ch.tutteli.atrium.logic.creating.transformers / SubjectChangerBuilder / ExecutionStep / invoke

invoke

operator fun <T, R> invoke(container: AssertionContainer<T>, action: (AssertionContainer<T>) -> Expect<R>, actionAndApply: (AssertionContainer<T>, Expect<R>.() -> Unit) -> Expect<R>): SubjectChangerBuilder.ExecutionStep<T, R> (source)

Creates the FinalStep in the context of the SubjectChangerBuilder.