-
public final class IterableDataFrameBuilder<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description IterableDataFrameBuilder(Iterable<T> source)
-
Method Summary
Modifier and Type Method Description final Iterable<T>
getSource()
final Boolean
add(Column<?> column)
final <R extends Any> Boolean
add(String name, Function2<T, T, R> expression)
final <R extends Any> Boolean
to(String $self, Function2<T, T, R> expression)
final <R extends Any> Boolean
invoke(String $self, Function2<T, T, R> expression)
final <R extends Any> Boolean
invoke(KProperty<R> $self, Function2<T, T, R> expression)
-