Merge pull request #119 from TheBlueMatt/main
[ldk-java] / src / main / java / org / ldk / structs / MultiThreadedLockableScore.java
index 9386fde6fa21ef4d15a8e5f43e4ddc88eb91fdec..b23d1b40aca80ead9a810ee4184656c1827d5a0d 100644 (file)
@@ -20,6 +20,19 @@ public class MultiThreadedLockableScore extends CommonBase {
                if (ptr != 0) { bindings.MultiThreadedLockableScore_free(ptr); }
        }
 
+       /**
+        * Constructs a new LockableScore which calls the relevant methods on this_arg.
+        * This copies the `inner` pointer in this_arg and thus the returned LockableScore must be freed before this_arg is
+        */
+       public LockableScore as_LockableScore() {
+               long ret = bindings.MultiThreadedLockableScore_as_LockableScore(this.ptr);
+               Reference.reachabilityFence(this);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               LockableScore ret_hu_conv = new LockableScore(null, ret);
+               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(this); };
+               return ret_hu_conv;
+       }
+
        /**
         * Serialize the MultiThreadedLockableScore object into a byte array which can be read by MultiThreadedLockableScore_read
         */
@@ -29,6 +42,19 @@ public class MultiThreadedLockableScore extends CommonBase {
                return ret;
        }
 
+       /**
+        * Constructs a new WriteableScore which calls the relevant methods on this_arg.
+        * This copies the `inner` pointer in this_arg and thus the returned WriteableScore must be freed before this_arg is
+        */
+       public WriteableScore as_WriteableScore() {
+               long ret = bindings.MultiThreadedLockableScore_as_WriteableScore(this.ptr);
+               Reference.reachabilityFence(this);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               WriteableScore ret_hu_conv = new WriteableScore(null, ret);
+               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(this); };
+               return ret_hu_conv;
+       }
+
        /**
         * Creates a new [`MultiThreadedLockableScore`] given an underlying [`Score`].
         */
@@ -37,8 +63,8 @@ public class MultiThreadedLockableScore extends CommonBase {
                Reference.reachabilityFence(score);
                if (ret >= 0 && ret <= 4096) { return null; }
                org.ldk.structs.MultiThreadedLockableScore ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.MultiThreadedLockableScore(null, ret); }
-               ret_hu_conv.ptrs_to.add(ret_hu_conv);
-               ret_hu_conv.ptrs_to.add(score);
+               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(ret_hu_conv); };
+               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(score); };
                return ret_hu_conv;
        }