-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.DataFrameBase
,org.jetbrains.dataframe.SelectReceiver
,org.jetbrains.dataframe.columns.ColumnSet
,org.jetbrains.dataframe.columns.SingleColumn
public interface SortReceiver<T extends Object> implements SelectReceiver<T>
-
-
Method Summary
Modifier and Type Method Description ColumnSet<C>
getDesc(ColumnSet<C> $self)
ColumnSet<Comparable<?>>
getDesc(String $self)
ColumnSet<C>
getDesc(KProperty<C> $self)
ColumnSet<C>
getNullsLast(ColumnSet<C> $self)
ColumnSet<Comparable<?>>
getNullsLast(String $self)
ColumnSet<C>
getNullsLast(KProperty<C> $self)
-
Methods inherited from class org.jetbrains.dataframe.SortReceiver
all, allDfs, and, and, and, and, and, and, and, booleanCols, cast, children, children, col, col, col, col, col, colGroups, cols, cols, cols, cols, cols, colsDfs, doubleCols, drop, dropLast, endsWith, except, except, except, filter, first, get, get, get, group, intCols, into, invoke, invoke, invoke, last, nameContains, nameContains, named, numberCols, rename, startsWith, stringCols, take, takeLast, takeLastWhile, takeWhile, top, withoutNulls
-
Methods inherited from class org.jetbrains.dataframe.SelectReceiver
column, columns, frameColumn, frameColumn, get, get, get, get, get, get, getGroup, getGroup, hasColumn, ncol, tryGetColumn, tryGetColumn
-
Methods inherited from class org.jetbrains.dataframe.DataFrameBase
resolve, resolveSingle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDesc
ColumnSet<Comparable<?>> getDesc(String $self)
-
getNullsLast
ColumnSet<C> getNullsLast(ColumnSet<C> $self)
-
getNullsLast
ColumnSet<Comparable<?>> getNullsLast(String $self)
-
getNullsLast
ColumnSet<C> getNullsLast(KProperty<C> $self)
-
-
-
-