
org.whaka.data.shuffle.Shuffle Maven / Gradle / Ivy
package org.whaka.data.shuffle;
import java.util.function.Function;
import org.whaka.data.Columns;
import org.whaka.data.Rows;
/**
* Type represents a strategy to convert a collection of columns
* with various data dictionaries, into a table-like rows.
*/
public interface Shuffle extends Function {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy