public class Sequences
Container object for utility functions related to Sequences.
public final static Sequences
INSTANCE
final static <T extends Any> Sequence<Pair<T, T>>
cartesianProduct(Sequence<T> $self, Sequence<T> other)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static <T extends Any> Sequence<Pair<T, T>> cartesianProduct(Sequence<T> $self, Sequence<T> other)
Performs the cartesian product of two sequences.