public class Slice extends java.util.ArrayList<Obj> implements Obj, NativeObject<java.util.List<Obj>>
| Constructor and Description |
|---|
Slice() |
| Modifier and Type | Method and Description |
|---|---|
Obj |
attribute(java.lang.String name) |
Obj |
divide(Obj other) |
Type |
getType() |
Bool |
isEqualTo(Obj other) |
Bool |
isEqualTo(Slice other) |
Obj |
minus(Obj other) |
Slice |
negative() |
static Slice |
of(Obj... items) |
static Slice |
ofList(java.util.Collection<Obj> items) |
Obj |
plus(Obj other) |
Obj |
pow(Obj other) |
Obj |
times(Obj other) |
java.util.List<Obj> |
toNative() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, wait