Documentation / dataflow-async / com.femastudios.dataflow.async.extensions / kotlin.ranges.ClosedRange
Go to reference

Extensions for kotlin.ranges.ClosedRange

contains

Same as contains, but accepts Attribute and returns a new Attribute.

fun <T : Comparable<T>> ClosedRange<in T>.contains(value: Attribute<T>): Attribute<Boolean>