finishes

FEEL built-in function · Range functions

finishes(a, range)

Returns true if a ends exactly where range ends and lies within it.

Parameters

ParameterTypeDescription
apoint or rangethe candidate ending together with range
rangerangethe enclosing range

Examples

finishes(10, [1..10])
finishes([5..10], [1..10])

Related functions

finished by · starts

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).