-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.ColumnsContainer
,org.jetbrains.kotlinx.dataframe.api.ColumnSelectionDsl
public final class AddDsl<T extends Object> implements ColumnsContainer<T>, ColumnSelectionDsl<T>
-
-
Method Summary
Modifier and Type Method Description final Boolean
add(ColumnReference<?> column)
final Boolean
unaryPlus(ColumnReference<?> $self)
final Boolean
unaryPlus(String $self)
final <R extends Any> Boolean
from(ColumnAccessor<R> $self, Function2<DataRow<T>, DataRow<T>, R> expression)
final <R extends Any> Boolean
from(ColumnAccessor<R> $self, ColumnReference<R> column)
final <R extends Any> Boolean
from(String $self, Function2<DataRow<T>, DataRow<T>, R> expression)
final Boolean
from(String $self, ColumnReference<?> column)
final Boolean
into(ColumnReference<?> $self, String name)
final <C extends Any> Boolean
into(ColumnReference<C> $self, ColumnAccessor<C> column)
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.api.AddDsl
asColumnGroup, asColumnGroup, cast, columns, columnsCount, get, get, get, get, get, get, get, get, get, get, get, get, getColumnOrNull, getColumnOrNull, getColumnOrNull, getColumnOrNull, getColumnOrNull, invoke, invoke, invoke, invoke, resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
add
final Boolean add(ColumnReference<?> column)
-
unaryPlus
final Boolean unaryPlus(ColumnReference<?> $self)
-
from
final <R extends Any> Boolean from(ColumnAccessor<R> $self, Function2<DataRow<T>, DataRow<T>, R> expression)
-
from
final <R extends Any> Boolean from(ColumnAccessor<R> $self, ColumnReference<R> column)
-
from
final <R extends Any> Boolean from(String $self, Function2<DataRow<T>, DataRow<T>, R> expression)
-
from
final Boolean from(String $self, ColumnReference<?> column)
-
into
final Boolean into(ColumnReference<?> $self, String name)
-
into
final <C extends Any> Boolean into(ColumnReference<C> $self, ColumnAccessor<C> column)
-
-
-
-