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

or

fun or(value: UInt64!): UInt64! (source)

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

Parameters

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

Return
UInt64!: the result of a bit-wise OR

fun or(bytes: Bytes!): UInt64! (source)

Return a bit-wise OR 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
UInt64!: the result of a bit-wise OR