-
- All Implemented Interfaces:
public final class DataFrameFormattingKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any, C extends Any> FormatClause<T, C>
format(DataFrame<T> $self, Function2<ColumnsSelectionDsl<T>, ColumnsSelectionDsl<T>, ColumnSet<C>> columns)
final static <T extends Any> FormatClause<T, Object>
format(DataFrame<T> $self, String columns)
final static <T extends Any, C extends Any> FormatClause<T, C>
format(DataFrame<T> $self, ColumnReference<C> columns)
final static <T extends Any, C extends Any> FormatClause<T, C>
format(DataFrame<T> $self, KProperty<C> columns)
final static <T extends Any> FormatClause<T, Object>
format(DataFrame<T> $self)
final static <T extends Any> FormatClause<T, Object>
format(FormattedFrame<T> $self)
final static <T extends Any, C extends Any> FormatClause<T, C>
format(FormattedFrame<T> $self, Function2<ColumnsSelectionDsl<T>, ColumnsSelectionDsl<T>, ColumnSet<C>> columns)
final static <T extends Any, C extends Any> FormattedFrame<T>
with(FormatClause<T, C> $self, Function2<FormattingDSL, C, CellAttributes> formatter)
final static <T extends Any, C extends Any> FormatClause<T, C>
where(FormatClause<T, C> $self, Function2<DataRow<T>, C, Boolean> filter)
final static CellAttributes
and(CellAttributes $self, CellAttributes other)
final static <T extends Any, C extends Number> FormattedFrame<T>
linearBg(FormatClause<T, C> $self, Pair<Number, RGBColor> from, Pair<Number, RGBColor> to)
-
-
Method Detail
-
format
final static <T extends Any, C extends Any> FormatClause<T, C> format(DataFrame<T> $self, Function2<ColumnsSelectionDsl<T>, ColumnsSelectionDsl<T>, ColumnSet<C>> columns)
-
format
final static <T extends Any> FormatClause<T, Object> format(DataFrame<T> $self, String columns)
-
format
final static <T extends Any, C extends Any> FormatClause<T, C> format(DataFrame<T> $self, ColumnReference<C> columns)
-
format
final static <T extends Any, C extends Any> FormatClause<T, C> format(DataFrame<T> $self, KProperty<C> columns)
-
format
final static <T extends Any> FormatClause<T, Object> format(DataFrame<T> $self)
-
format
final static <T extends Any> FormatClause<T, Object> format(FormattedFrame<T> $self)
-
format
final static <T extends Any, C extends Any> FormatClause<T, C> format(FormattedFrame<T> $self, Function2<ColumnsSelectionDsl<T>, ColumnsSelectionDsl<T>, ColumnSet<C>> columns)
-
with
final static <T extends Any, C extends Any> FormattedFrame<T> with(FormatClause<T, C> $self, Function2<FormattingDSL, C, CellAttributes> formatter)
-
where
final static <T extends Any, C extends Any> FormatClause<T, C> where(FormatClause<T, C> $self, Function2<DataRow<T>, C, Boolean> filter)
-
and
final static CellAttributes and(CellAttributes $self, CellAttributes other)
-
-
-
-