[Register("io/scanbot/common/Result$DefaultImpls", DoNotGenerateAcw = true)]
public sealed class IResult.DefaultImpls : Object, IJavaObject, IJavaPeerable, IDisposable
[Register("errorOrNull", "(Lio/scanbot/common/Result;)Lio/scanbot/common/Result$Failure;", "")]
[JavaTypeParameters(new string[] { "T" })]
public static IResult.Failure ErrorOrNull(IResult _this)
[Register("getOrNull", "(Lio/scanbot/common/Result;)Ljava/lang/Object;", "")]
[JavaTypeParameters(new string[] { "T" })]
public static Object GetOrNull(IResult _this)
[Register("getOrThrow", "(Lio/scanbot/common/Result;)Ljava/lang/Object;", "")]
[JavaTypeParameters(new string[] { "T" })]
public static Object GetOrThrow(IResult _this)