class DataColumn[T] extends GenericColumn
Strongly typed data column.
- Alphabetic
- By Inheritance
- DataColumn
- GenericColumn
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new DataColumn(columnName: String, columnData: Iterable[T])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[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[V](value: V)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[V]): Try[GenericColumn]
Returns a new DataColumn[T] with the value added at the end.
Returns a new DataColumn[T] with the value added at the end.
- Definition Classes
- DataColumn → GenericColumn
-
def
add(value: DataValue): Try[GenericColumn]
Returns a new DataColumn[T] with the value added at the end.
Returns a new DataColumn[T] with the value added at the end.
- Definition Classes
- DataColumn → GenericColumn
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildFromRows(rowIndexes: Iterable[Int]): Try[DataColumn[T]]
Builds a new DataColumn[T] from the values at the specified index.
Builds a new DataColumn[T] from the values at the specified index.
- Definition Classes
- DataColumn → GenericColumn
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
columnType: scala.reflect.api.JavaUniverse.Type
- Definition Classes
- DataColumn → GenericColumn
-
val
data: Vector[T]
- Definition Classes
- DataColumn → GenericColumn
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
insert[V](index: Int, value: V)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[V]): Try[GenericColumn]
Returns a new DataColumn[T] with the value inserted at the specified index.
Returns a new DataColumn[T] with the value inserted at the specified index.
- Definition Classes
- DataColumn → GenericColumn
-
def
insert(index: Int, value: DataValue): Try[GenericColumn]
Returns a new DataColumn[T] with the value inserted at the specified index.
Returns a new DataColumn[T] with the value inserted at the specified index.
- Definition Classes
- DataColumn → GenericColumn
-
val
isComparable: Boolean
Checks if the current type for this column has a default compare method.
Checks if the current type for this column has a default compare method.
- Definition Classes
- DataColumn → GenericColumn
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
- Definition Classes
- DataColumn → GenericColumn
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
remove(index: Int): Try[DataColumn[T]]
Returns a new DataColumn[T] with the value at the specified removed.
Returns a new DataColumn[T] with the value at the specified removed.
- Definition Classes
- DataColumn → GenericColumn
-
def
replace[V](index: Int, value: V)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[V]): Try[GenericColumn]
Returns a new DataColumn[T] with the new value replacing the one at the specified index.
Returns a new DataColumn[T] with the new value replacing the one at the specified index.
- Definition Classes
- DataColumn → GenericColumn
-
def
replace(index: Int, value: DataValue): Try[GenericColumn]
Returns a new DataColumn[T] with the new value replacing the one at the specified index.
Returns a new DataColumn[T] with the new value replacing the one at the specified index.
- Definition Classes
- DataColumn → GenericColumn
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- DataColumn → AnyRef → Any
-
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
- @native() @throws( ... )