-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.columns.ColumnReference
,org.jetbrains.dataframe.columns.ColumnSet
,org.jetbrains.dataframe.columns.SingleColumn
public interface ColumnDefinition<T extends Object> implements ColumnReference<T>
-
-
Method Summary
Modifier and Type Method Description ColumnDefinition<T>
getValue(Object thisRef, KProperty<?> property)
<C extends Any> ColumnDefinition<C>
changeType()
-
Methods inherited from class org.jetbrains.dataframe.columns.ColumnDefinition
invoke, name, path, resolveSingle
-
Methods inherited from class org.jetbrains.dataframe.columns.ColumnReference
resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValue
ColumnDefinition<T> getValue(Object thisRef, KProperty<?> property)
-
changeType
<C extends Any> ColumnDefinition<C> changeType()
-
-
-
-