Initiates a chain of operations on Instances.
(&self, instance: Instance)
| 1512 | |
| 1513 | /// Initiates a chain of operations on Instances. |
| 1514 | pub fn into_chain(&self, instance: Instance) -> ChainableInstance<'_> { |
| 1515 | ChainableInstance::new(instance, self) |
| 1516 | } |
| 1517 | |
| 1518 | /// Throws an exception in the Java World |
| 1519 | pub fn throw_invocation_exception(&self, message: &str) -> errors::Result<()> { |
no outgoing calls