-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.DataFrameBase
,org.jetbrains.dataframe.SelectReceiver
,org.jetbrains.dataframe.columns.Columns
,org.jetbrains.dataframe.columns.SingleColumn
public interface SortReceiver<T extends Object> implements SelectReceiver<T>
-
-
Method Summary
Modifier and Type Method Description <C extends Any> Columns<C>
nullsLast(Columns<C> $self, Boolean flag)
Columns<C>
getDesc(Columns<C> $self)
Columns<Comparable<?>>
getDesc(String $self)
Columns<C>
getDesc(KProperty<C> $self)
Columns<C>
getNullsLast(Columns<C> $self)
Columns<Comparable<?>>
getNullsLast(String $self)
Columns<C>
getNullsLast(KProperty<C> $self)
-
Methods inherited from class org.jetbrains.dataframe.SortReceiver
all, allAfter, allAfter, allAfter, allBefore, allBefore, allBefore, allSince, allSince, allSince, allUntil, allUntil, allUntil, and, and, and, and, and, and, and, bool, booleanCols, by, cast, children, children, col, col, col, col, col, colGroups, cols, cols, cols, cols, cols, dfs, dfs, double, doubleCols, drop, dropLast, endsWith, except, except, except, except, filter, first, get, get, get, group, int, intCols, into, invoke, invoke, invoke, invoke, invoke, last, long, nameContains, nameContains, named, nbool, ndouble, nint, nlong, none, nstring, numberCols, startsWith, string, 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, get, get, get, get, get, getColumn, getColumn, getColumnGroup, getColumnGroup, getOrNull, hasColumn, ncol, nrow, rows, 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
Columns<Comparable<?>> getDesc(String $self)
-
getNullsLast
Columns<C> getNullsLast(Columns<C> $self)
-
getNullsLast
Columns<Comparable<?>> getNullsLast(String $self)
-
getNullsLast
Columns<C> getNullsLast(KProperty<C> $self)
-
-
-
-