Operation<CONTEXT> constructor

Operation<CONTEXT>(
  1. Property<CONTEXT> source,
  2. Property<CONTEXT> target
)

Implementation

Operation(this.source, this.target);