protected val action: Expect<T>.() -> E
An action such as transform, extract etc. which creates and returns a new Expect of type R.
action - An action such as transform, extract etc. which creates and returns a new Expect of type R.
action