tuweni / org.apache.tuweni.units.bigints / UInt256Value / plus

plus

open fun plus(value: T): T (source)

Returns a value that is (this + value).

This notation can be used in Kotlin with the + operator.

Parameters

value - T: The amount to be added to this value.

Return
T: this + value

open fun plus(value: Long): T (source)

Returns a value that is (this + value).

This notation can be used in Kotlin with the + operator.

Parameters

value - Long: The amount to be added to this value.

Return
T: this + value