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