Package com.humaorie.dollar
Interface Dollar.ArrayWrapper<T>
-
- All Superinterfaces:
Dollar.Wrapper<T>,Iterable<T>
- Enclosing class:
- Dollar
public static interface Dollar.ArrayWrapper<T> extends Dollar.Wrapper<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean[]toBooleanArray()byte[]toByteArray()char[]toCharArray()double[]toDoubleArray()float[]toFloatArray()int[]toIntArray()long[]toLongArray()short[]toShortArray()-
Methods inherited from interface com.humaorie.dollar.Dollar.Wrapper
concat, concat, concat, convert, copy, fill, filter, join, join, map, repeat, reverse, shuffle, shuffle, size, slice, slice, sort, toArray, toArray, toList, toList, toSet, toSet
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-