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

<init>

protected BaseUInt384Value(value: UInt384!, ctor: Function<UInt384!, T>!)

Parameters

value - UInt384!: The value to instantiate this UInt384Value with.

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

protected BaseUInt384Value(value: Long, ctor: Function<UInt384!, T>!)

Parameters

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

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

protected BaseUInt384Value(value: BigInteger!, ctor: Function<UInt384!, T>!)

Parameters

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

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