object ChunkBuilder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChunkBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
class
Boolean extends ChunkBuilder[scala.Boolean]
A
ChunkBuilder
specialized for building chunks of unboxedBoolean
values. -
final
class
Byte extends ChunkBuilder[scala.Byte]
A
ChunkBuilder
specialized for building chunks of unboxedByte
values. -
final
class
Char extends ChunkBuilder[scala.Char]
A
ChunkBuilder
specialized for building chunks of unboxedChar
values. -
final
class
Double extends ChunkBuilder[scala.Double]
A
ChunkBuilder
specialized for building chunks of unboxedDouble
values. -
final
class
Float extends ChunkBuilder[scala.Float]
A
ChunkBuilder
specialized for building chunks of unboxedFloat
values. -
final
class
Int extends ChunkBuilder[scala.Int]
A
ChunkBuilder
specialized for building chunks of unboxedInt
values. -
final
class
Long extends ChunkBuilder[scala.Long]
A
ChunkBuilder
specialized for building chunks of unboxedLong
values. -
final
class
Short extends ChunkBuilder[scala.Short]
A
ChunkBuilder
specialized for building chunks of unboxedShort
values.
Value Members
-
final
def
!=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): scala.Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
-
def
make[A](): ChunkBuilder[A]
Constructs a generic
ChunkBuilder
. -
final
def
ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()