Package org.ldk.structs
Class Result_NoneSendErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_NoneSendErrorZ
-
- Direct Known Subclasses:
Result_NoneSendErrorZ.Result_NoneSendErrorZ_Err,Result_NoneSendErrorZ.Result_NoneSendErrorZ_OK
public class Result_NoneSendErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_NoneSendErrorZ.Result_NoneSendErrorZ_Errstatic classResult_NoneSendErrorZ.Result_NoneSendErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Result_NoneSendErrorZerr(SendError e)Creates a new CResult_NoneSendErrorZ in the error state.protected voidfinalize()booleanis_ok()Checks if the given object is currently in the success statestatic Result_NoneSendErrorZok()Creates a new CResult_NoneSendErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_NoneSendErrorZ ok()
Creates a new CResult_NoneSendErrorZ in the success state.
-
err
public static Result_NoneSendErrorZ err(SendError e)
Creates a new CResult_NoneSendErrorZ in the error state.
-
is_ok
public boolean is_ok()
Checks if the given object is currently in the success state
-
-