invoke

abstract operator fun invoke(l: Left?, r: Right?, i: Interval): Out

Calculate the operation.

Parameters

l

left operand; can be null, usually when the operand has a gap.

r

right operand; can be null, usually when the operand has a gap.

i

interval on which the operation is being calculated.