public abstract class Result extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Result.Failure<O>  | 
static class  | 
Result.Success<O>  | 
static class  | 
Result.Warning<O>  | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
BREAK_SCENARIO  | 
protected Callbacks.Callback | 
callback  | 
static int | 
CONTINUE_SCENARIO  | 
protected String | 
message  | 
protected int | 
nid  | 
protected boolean | 
takeScreenshot  | 
public static final int CONTINUE_SCENARIO
public static final int BREAK_SCENARIO
protected String message
protected int nid
protected boolean takeScreenshot
protected Callbacks.Callback callback
Copyright © 2023 NoraUi. All rights reserved.