Packages

case class Slice[T](asScala: data.slice.Slice[T]) extends Iterable[T] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Iterable[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Slice
  2. Serializable
  3. Product
  4. Equals
  5. Iterable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Slice(asScala: data.slice.Slice[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(value: T): Slice[T]
    Annotations
    @throws(scala.this.throws.<init>$default$1[ArrayIndexOutOfBoundsException])
  5. def addAll(value: Slice[T]): Slice[T]
    Annotations
    @throws(scala.this.throws.<init>$default$1[ArrayIndexOutOfBoundsException])
  6. def addAll(value: Array[T]): Slice[T]
    Annotations
    @throws(scala.this.throws.<init>$default$1[ArrayIndexOutOfBoundsException])
  7. def arrayLength: Int
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val asScala: data.slice.Slice[T]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def close(): Slice[T]
  12. def drop(count: Int): Slice[T]
  13. def dropRight(count: Int): Slice[T]
  14. def dropTo(elem: T): Optional[Slice[T]]
  15. def dropUntil(elem: T): Optional[Slice[T]]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(obj: Any): Boolean
    Definition Classes
    Slice → Equals → AnyRef → Any
  18. def filter(predicate: Predicate[T]): Slice[T]
  19. def filterNot(predicate: Predicate[T]): Slice[T]
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def foldLeft[B](initial: B, function: BiFunction[B, T, B]): B
  22. def foldRight[B](initial: B, function: BiFunction[T, B, B]): B
  23. def forEach(arg0: Consumer[_ >: T <: AnyRef]): Unit
    Definition Classes
    Iterable
  24. def fromOffset: Int
  25. def get(index: Int): T
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def grouped(size: Int): Iterator[data.slice.Slice[T]]
  28. def groupedSlice(size: Int): Slice[Slice[T]]
  29. def hashCode(): Int
    Definition Classes
    Slice → AnyRef → Any
  30. def head: T
  31. def headOptional: Optional[T]
  32. def headSlice: Slice[T]
  33. def indexOf(elem: T): Optional[Int]
  34. def isEmpty: Boolean
  35. def isFull: Boolean
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isOriginalFullSlice: Boolean
  38. def isOriginalSlice: Boolean
  39. def iterator(): Iterator[T]
    Definition Classes
    Slice → Iterable
  40. def last: T
  41. def lastOptional: Optional[T]
  42. def lastSlice: Slice[T]
  43. def map[B](function: JavaFunction[T, B]): Slice[B]
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def nonEmpty: Boolean
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. def productElementNames: Iterator[String]
    Definition Classes
    Product
  49. def reverse(): Iterator[T]
  50. def size: Int
  51. def slice(fromOffset: Integer, toOffset: Integer): Slice[T]
  52. def sorted(comparator: Comparator[T]): Slice[T]
  53. def splitAt(index: Int): Pair[Slice[T], Slice[T]]
  54. def spliterator(): Spliterator[T]
    Definition Classes
    Iterable
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def take(fromIndex: Int, count: Int): Slice[T]
  57. def take(count: Int): Slice[T]
  58. def takeRight(count: Int): Slice[T]
  59. def toArray: Array[T]
  60. def toArrayCopy: Array[T]
  61. def toOffset: Int
  62. def toOptionalUnsliced(): Optional[Slice[T]]
  63. def underlyingArraySize: Int
  64. def unslice: Slice[T]
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Iterable[T]

Inherited from AnyRef

Inherited from Any

Ungrouped