tuweni / org.apache.tuweni.units.bigints / BaseUInt64Value / <init>

<init>

protected BaseUInt64Value(value: UInt64!, ctor: Function<UInt64!, T>!)

Parameters

value - UInt64!: The value to instantiate this UInt64Value with.

ctor - Function<UInt64!, T>!: A constructor for the concrete type.

protected BaseUInt64Value(value: Long, ctor: Function<UInt64!, T>!)

Parameters

value - Long: An unsigned value to instantiate this UInt64Value with.

ctor - Function<UInt64!, T>!: A constructor for the concrete type.

protected BaseUInt64Value(value: BigInteger!, ctor: Function<UInt64!, T>!)

Parameters

value - BigInteger!: An unsigned value to instantiate this UInt64Value with.

ctor - Function<UInt64!, T>!: A constructor for the concrete type.