-
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 Booleanadd(Column<?> column)final <R extends Any> Booleanadd(String name, Function2<T, T, R> expression)final <R extends Any> Booleanto(String $self, Function2<T, T, R> expression)final <R extends Any> Booleaninvoke(String $self, Function2<T, T, R> expression)final <R extends Any> Booleaninvoke(KProperty<R> $self, Function2<T, T, R> expression)
-