tuweni / org.apache.tuweni.units.bigints / UInt32 / and

and

fun and(value: UInt32!): UInt32! (source)

Return a bit-wise AND of this value and the supplied value.

Parameters

value - UInt32!: the value to perform the operation with

Return
UInt32!: the result of a bit-wise AND

fun and(bytes: Bytes!): UInt32! (source)

Return a bit-wise AND of this value and the supplied bytes.

Parameters

bytes - Bytes!: the bytes to perform the operation with

Exceptions

IllegalArgumentException - if more than 8 bytes are supplied

Return
UInt32!: the result of a bit-wise AND