All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Object |
catchExceptionsToString(Supplier<Object> fn) |
static Map<String,Object> |
eval(List<List<Object>> script,
Queue<Integer> reference,
IQueue<Integer> subject) |
static void |
evalAction(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalAdd(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalContains(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalElement(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalEmpty(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalFillTo(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalOffer(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalPeek(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalPoll(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalRemove(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static void |
evalSize(List<Object> action,
Queue<Integer> ref,
IQueue<Integer> sub) |
static String |
formatException(Object ref,
Object sub,
String action,
Object... args) |