met by
FEEL built-in function · Range functions
met by(range1, range2)
Returns true if range1 begins exactly where range2 ends, the mirror of meets.
Parameters
| Parameter | Type | Description |
|---|---|---|
| range1 | range | the later range |
| range2 | range | the earlier range |
Examples
met by([5..10], [1..5])
true
Try it →
Related functions
Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).