Uses of Interface
io.hotmoka.node.api.signatures.NonVoidMethodSignature
Packages that use NonVoidMethodSignature
-
Uses of NonVoidMethodSignature in io.hotmoka.node.api.values
Methods in io.hotmoka.node.api.values with parameters of type NonVoidMethodSignatureModifier and TypeMethodDescription<E extends Exception>
BigIntegerStorageValue.asReturnedBigInteger(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a big integer, assuming that it is returned by the given method.<E extends Exception>
booleanStorageValue.asReturnedBoolean(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a boolean, assuming that it is returned by the given method.<E extends Exception>
byteStorageValue.asReturnedByte(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a byte, assuming that it is returned by the given method.<E extends Exception>
charStorageValue.asReturnedChar(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a char, assuming that it is returned by the given method.<E extends Exception>
doubleStorageValue.asReturnedDouble(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a double, assuming that it is returned by the given method.<E extends Exception>
floatStorageValue.asReturnedFloat(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a float, assuming that it is returned by the given method.<E extends Exception>
intStorageValue.asReturnedInt(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as an int, assuming that it is returned by the given method.<E extends Exception>
longStorageValue.asReturnedLong(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a long, assuming that it is returned by the given method.<E extends Exception>
StorageReferenceStorageValue.asReturnedReference(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a reference, assuming that it is returned by the given method.<E extends Exception>
shortStorageValue.asReturnedShort(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a short, assuming that it is returned by the given method.StorageValue.asReturnedString(NonVoidMethodSignature method, Function<String, ? extends E> exception) Yields this value as a string, assuming that it is returned by the given method.