Documentation / dataflow-async / com.femastudios.dataflow.async.extensions / kotlin.Byte / coerceAtLeast
Go to reference
Go to reference
coerceAtLeast
fun Byte.coerceAtLeast(minimumValue: Attribute<Byte>): Attribute<Byte>
Same as coerceAtLeast, but accepts Attribute and returns a new Attribute.
Calling this function is equivalent to use transform and calling coerceAtLeast in the transformation function.
This is simply a convenience function.
See Also