-
- All Implemented Interfaces:
public final class ColumnsSelectionDslKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any, R extends Any> DataColumn<R>
expr(ColumnsSelectionDsl<T> $self, String name, Boolean useActualType, Function2<AddDataRow<T>, AddDataRow<T>, R> expression)
final static <C extends Any> ColumnSet<?>
dfsOf(ColumnSet<?> $self, KType type, Function1<ColumnWithPath<C>, Boolean> predicate)
final static <C extends Any> ColumnSet<C>
dfsOf(ColumnSet<?> $self, Function1<ColumnWithPath<C>, Boolean> filter)
final static ColumnSet<Object>
colsOf(ColumnSet<?> $self, KType type)
final static <C extends Any> ColumnSet<C>
colsOf(ColumnSet<?> $self, KType type, Function1<DataColumn<C>, Boolean> filter)
final static <C extends Any> ColumnSet<C>
colsOf(ColumnSet<?> $self, Function1<DataColumn<C>, Boolean> filter)
-
-
Method Detail
-
expr
final static <T extends Any, R extends Any> DataColumn<R> expr(ColumnsSelectionDsl<T> $self, String name, Boolean useActualType, Function2<AddDataRow<T>, AddDataRow<T>, R> expression)
-
dfsOf
final static <C extends Any> ColumnSet<?> dfsOf(ColumnSet<?> $self, KType type, Function1<ColumnWithPath<C>, Boolean> predicate)
-
dfsOf
final static <C extends Any> ColumnSet<C> dfsOf(ColumnSet<?> $self, Function1<ColumnWithPath<C>, Boolean> filter)
-
colsOf
final static <C extends Any> ColumnSet<C> colsOf(ColumnSet<?> $self, KType type, Function1<DataColumn<C>, Boolean> filter)
-
-
-
-