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​(java.lang.Iterable<B> source1, java.lang.Iterable<C> source2, java.lang.Iterable<D> source3, java.lang.Iterable<E> source4, QuintConsumer<A,​B,​C,​D,​E> consumer)
    Декартово произведение