Uses of Interface
io.hotmoka.node.api.values.StorageValue
Packages that use StorageValue
Package
Description
-
Uses of StorageValue in io.hotmoka.node.api
Methods in io.hotmoka.node.api that return types with arguments of type StorageValueModifier and TypeMethodDescriptionExpands the store of this node with a transaction that runs an instance method of an object already in this node's store.Expands the store of this node with a transaction that runs a static method of a class in this node.Runs an instance@@Viewmethod of an object already in this node's store.Runs a static@@Viewmethod of a class in this node. -
Uses of StorageValue in io.hotmoka.node.api.requests
Methods in io.hotmoka.node.api.requests that return types with arguments of type StorageValueModifier and TypeMethodDescriptionCodeExecutionTransactionRequest.actuals()Yields the actual arguments passed to the method. -
Uses of StorageValue in io.hotmoka.node.api.responses
Methods in io.hotmoka.node.api.responses that return StorageValueModifier and TypeMethodDescriptionNonVoidMethodCallTransactionSuccessfulResponse.getResult()Yields the return value of the method. -
Uses of StorageValue in io.hotmoka.node.api.updates
Methods in io.hotmoka.node.api.updates that return StorageValueModifier and TypeMethodDescriptionUpdateOfField.getValue()Yields the value set into the updated field. -
Uses of StorageValue in io.hotmoka.node.api.values
Subinterfaces of StorageValue in io.hotmoka.node.api.valuesModifier and TypeInterfaceDescriptioninterfaceA big integer stored in the store of a Hotmoka node.interfaceAbooleanvalue stored in the store of a Hotmoka node.interfaceAbytevalue stored in the store of a Hotmoka node.interfaceAcharvalue stored in the store of a Hotmoka node.interfaceAdoublevalue stored in the store of a Hotmoka node.interfaceAfloatvalue stored in the store of a Hotmoka node.interfaceAnintvalue stored in the store of a Hotmoka node.interfaceAlongvalue stored in the store of a Hotmoka node.interfaceThenullvalue stored in the store of a Hotmoka node.interfaceAshortvalue stored in the store of a Hotmoka node.interfaceA reference to an object of class type that can be stored in the the store of a Hotmoka node.interfaceA string stored in the store of a Hotmoka node.Method parameters in io.hotmoka.node.api.values with type arguments of type StorageValueModifier and TypeMethodDescription<E extends Exception>
BigIntegerStorageValue.asBigInteger(Function<StorageValue, ? extends E> exception) Yields this value as a big integer, if it is a big integer.<E extends Exception>
booleanStorageValue.asBoolean(Function<StorageValue, ? extends E> exception) Yields this value as a boolean, if it is a boolean.<E extends Exception>
byteStorageValue.asByte(Function<StorageValue, ? extends E> exception) Yields this value as a byte, if it is a byte.<E extends Exception>
charStorageValue.asChar(Function<StorageValue, ? extends E> exception) Yields this value as a char, if it is a char.<E extends Exception>
doubleStorageValue.asDouble(Function<StorageValue, ? extends E> exception) Yields this value as a double, if it is a double.<E extends Exception>
floatStorageValue.asFloat(Function<StorageValue, ? extends E> exception) Yields this value as a float, if it is a float.<E extends Exception>
intStorageValue.asInt(Function<StorageValue, ? extends E> exception) Yields this value as an int, if it is an int.<E extends Exception>
longStorageValue.asLong(Function<StorageValue, ? extends E> exception) Yields this value as a long, if it is a long.<E extends Exception>
StorageReferenceStorageValue.asReference(Function<StorageValue, ? extends E> exception) Yields this value as a reference, if it is a reference.<E extends Exception>
shortStorageValue.asShort(Function<StorageValue, ? extends E> exception) Yields this value as a short, if it is a short.StorageValue.asString(Function<StorageValue, ? extends E> exception) Yields this value as a string, if it is a string.