Class SameElementsAndLengthClosure

java.lang.Object
org.rumbledb.runtime.functions.sequences.value.SameElementsAndLengthClosure
All Implemented Interfaces:
Serializable, org.apache.spark.api.java.function.FlatMapFunction2<Iterator<Item>,Iterator<Item>,Boolean>

public class SameElementsAndLengthClosure extends Object implements org.apache.spark.api.java.function.FlatMapFunction2<Iterator<Item>,Iterator<Item>,Boolean>
See Also: