andThenDo

infix inline fun <A, B, C> (A) -> B.andThenDo(crossinline that: (InputActionContext<B>) -> C): AgentScopeBuilder<C>