case class Slice[T](asScala: data.slice.Slice[T]) extends Iterable[T] with Product with Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Slice
- Serializable
- Serializable
- Product
- Equals
- Iterable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Slice(asScala: data.slice.Slice[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(value: T): Slice[T]
- Annotations
- @throws( ... )
-
def
addAll(value: Slice[T]): Slice[T]
- Annotations
- @throws( ... )
-
def
addAll(value: Array[T]): Slice[T]
- Annotations
- @throws( ... )
- def arrayLength: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asScala: data.slice.Slice[T]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def close(): Slice[T]
- def drop(count: Int): Slice[T]
- def dropRight(count: Int): Slice[T]
- def dropTo(elem: T): Optional[Slice[T]]
- def dropUntil(elem: T): Optional[Slice[T]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- Slice → Equals → AnyRef → Any
- def filter(predicate: Predicate[T]): Slice[T]
- def filterNot(predicate: Predicate[T]): Slice[T]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def foldLeft[B](initial: B, function: BiFunction[B, T, B]): B
- def foldRight[B](initial: B, function: BiFunction[T, B, B]): B
-
def
forEach(arg0: Consumer[_ >: T]): Unit
- Definition Classes
- Iterable
- def fromOffset: Int
- def get(index: Int): T
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def grouped(size: Int): Iterator[data.slice.Slice[T]]
- def groupedSlice(size: Int): Slice[Slice[T]]
-
def
hashCode(): Int
- Definition Classes
- Slice → AnyRef → Any
- def head: T
- def headOptional: Optional[T]
- def headSlice: Slice[T]
- def indexOf(elem: T): Optional[Int]
- def isEmpty: Boolean
- def isFull: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOriginalFullSlice: Boolean
- def isOriginalSlice: Boolean
-
def
iterator(): Iterator[T]
- Definition Classes
- Slice → Iterable
- def last: T
- def lastOptional: Optional[T]
- def lastSlice: Slice[T]
- def map[B](function: JavaFunction[T, B]): Slice[B]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def reverse(): Iterator[T]
- def size: Int
- def slice(fromOffset: Integer, toOffset: Integer): Slice[T]
- def sorted(comparator: Comparator[T]): Slice[T]
- def splitAt(index: Int): Pair[Slice[T], Slice[T]]
-
def
spliterator(): Spliterator[T]
- Definition Classes
- Iterable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def take(fromIndex: Int, count: Int): Slice[T]
- def take(count: Int): Slice[T]
- def takeRight(count: Int): Slice[T]
- def toArray: Array[T]
- def toArrayCopy: Array[T]
- def toOffset: Int
- def toOptionalUnsliced(): Optional[Slice[T]]
- def underlyingArraySize: Int
- def unslice: Slice[T]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()