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

or

fun or(value: UInt32): UInt32 (source)

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

Parameters

value - the value to perform the operation with

Return
the result of a bit-wise OR

fun or(bytes: Bytes): UInt32 (source)

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

Parameters

bytes - the bytes to perform the operation with

Exceptions

IllegalArgumentException - if more than 8 bytes are supplied

Return
the result of a bit-wise OR