MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / into_chain

Method into_chain

rust/src/api/mod.rs:1514–1516  ·  view source on GitHub ↗

Initiates a chain of operations on Instances.

(&self, instance: Instance)

Source from the content-addressed store, hash-verified

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<()> {

Callers 5

java_hello_worldFunction · 0.80
parent_interface_methodFunction · 0.80
invoke_generic_methodFunction · 0.80

Calls

no outgoing calls

Tested by 5

java_hello_worldFunction · 0.64
parent_interface_methodFunction · 0.64
invoke_generic_methodFunction · 0.64