Uses of Interface
xyz.cofe.fn.QuintConsumer
-
Packages that use QuintConsumer Package Description xyz.cofe.iter Алгоритмы итерации -
-
Uses of QuintConsumer in xyz.cofe.iter
Methods in xyz.cofe.iter with parameters of type QuintConsumer Modifier and Type Method Description default <B,C,D,E>
Eterable<A>Eterable. product(Iterable<B> source1, Iterable<C> source2, Iterable<D> source3, Iterable<E> source4, QuintConsumer<A,B,C,D,E> consumer)Декартово произведение
-