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